HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/404.php
<?php

    @header("HTTP/1.1 404 Not found", true, 404);

    // calling the header.php
    get_header();

    // action hook for placing content above #container
    thematic_abovecontainer();

?>

<div class="myrsky_body">
<table>
<tr>
<td class="left_td">
<div class="left">
<div class="sidebar">
	<div class="sidebar_menu">
		<ul>
			<?php get_sidebar(); ?>
		</ul>
	</div>	
</div>	
</div>	
</td>
<td class="right_td">
<div class="right_content">  
  		
  		<div id="box_top">
			<div class="font14b_whrite">&nbsp;Error </div>
		</div>
		<div id="box_mid">
			<div class="font14_gray2"><?php 
			  
			  // action hook for the 404 content
                thematic_404()

			?>
					</div>
		</div>
		<div id="box_bottom">&nbsp;</div>
    
</div>  
</td>
</tr>
</table>

</div>  



<?php
    // calling footer.php
    get_footer();

?>