HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
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>