File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotel-galaxy/pages/page-nocontent.php
<?php
if(is_404()){
$head_title= __('Whoops... Page Not Found !!!','hotel-galaxy');
}elseif(is_search()){
$head_title= __('Whoops... Post Not Found !!!','hotel-galaxy');;
}
?>
<div class="col-md-12">
<div class="hotel_galaxy_404">
<div class="banner">
<img src="<?php echo esc_url(Hotel_galaxy_Template_Dir_Uri.'/images/banner404.png'); ?>" alt="" />
</div>
<h2><?php echo esc_attr($head_title); ?></h2>
<p><?php _e('We`re sorry, but the page you are looking for doesn`t exist.','hotel-galaxy'); ?></p>
<p><a href="<?php echo esc_url(home_url( '/' )); ?>"><button class="custom-btn book-lg" type="submit"><?php _e('Go To Homepage','hotel-galaxy'); ?></button></a></p>
</div>
</div>