HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/PluginBackup/burger-companion/inc/hotel-galaxy/sections/section-roomsearch.php
<?php if( in_array( 'motopress-hotel-booking-lite/motopress-hotel-booking.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { ?>
	  <div id="main-home-booking" class="home-section wow bounceInUp">
        <div class="overlay-1 hg-form">
			<div class="container">
				<div class="booking-content-area clearfix ">
					<?php echo do_shortcode( '[mphb_availability_search]' ); ?>
				</div>
			</div>				
		</div>
	</div>
<?php } ?>