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/page.php
<?php get_header(); 

if(!is_front_page()){
	get_template_part('breadcrums');
}

?>

<section class="blog-section page-section">
	<div class="container">
		<div class="row">
			<!--Blog Content Area-->
			<div class="col-md-8">

				<?php				

				get_template_part('pages/page','content'); 

					// If comments are open or we have at least one comment, load up the comment template.
				if ( comments_open() || get_comments_number() ) :
					comments_template();
				endif;

				
				?>	


			</div>
			<!---Blog Right Sidebar-->
			<?php get_sidebar(); ?>						
		</div>
	</div>
</section>
<div class="clearfix"></div>
<?php get_footer(); ?>