| Server IP : 74.208.236.16 / Your IP : 216.73.216.174 Web Server : Apache System : Linux infongwp-us3 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u102440577 ( 7172810) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/44/d845879113/htdocs/app750263/wp-content/themes/simplemag/ |
Upload File : |
<?php
/**
* 404 error page
*
* @package SimpleMag
* @since SimpleMag 1.0
**/
get_header(); ?>
<section id="content" role="main" class="clearfix anmtd">
<div class="wrapper">
<article id="post-0" class="post error404 not-found">
<?php global $ti_option; $error_image = $ti_option['error_image']; ?>
<?php if( $error_image == true ){ ?>
<img src="<?php echo esc_url( $error_image['url'] ); ?>" alt="<?php _e( 'Ooops! That page can not be found', 'themetext' ); ?>" width="<?php echo esc_attr( $error_image['width'] ); ?>" height="<?php echo esc_attr( $error_image['height'] ); ?>" />
<?php } ?>
<h1><?php _e( 'Ooops! That page can not be found', 'themetext' ); ?></h1>
</article><!-- #post-0 .post .error404 .not-found -->
</div>
</section><!-- #content -->
<?php get_footer(); ?>