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/breadcrums.php
<?php hotel_galaxy_breadcrums_style(); ?>
<?php 
$hotel_galaxy_default_setting=hotel_galaxy_default_setting(); 
$hotel_galaxy_settings = wp_parse_args(get_option( 'hotel_galaxy_option', array() ), $hotel_galaxy_default_setting ); 
?>
<!-- Page Heading Collout -->

<div class="page-title-section" style="background: url(<?php if($hotel_galaxy_settings['page_title_bg']){ echo esc_url($hotel_galaxy_settings['page_title_bg']);} ?>) no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);">		
	<div class="overlay">
		<div class="container">
			<div class="row" id="trapezoid">
				<div class="col-md-12 text-center pageinfo page-title-align-center">
					<h1 class="pagetitle white animate" data-anim-type="fadeInLeft"><?php if(is_home()){ wp_title('');}else{the_title();} ?></h1>
					<ul class="top-breadcrumb animate" data-anim-type="fadeInRight">
						<?php if (function_exists('hotel_galaxy_breadcrums') && !is_home()) hotel_galaxy_breadcrums(); ?>
					</ul>                    
				</div>
			</div>
		</div>	
	</div>
</div>
<!-- /Page Heading Collout -->
<div class="clearfix"></div>