HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #main-content div and all content after.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 */

$class_footer = $image_background = '';
if ( get_theme_mod( 'footer_background_image_check', true ) ) {
	$class_footer     = 'image';
	$image_background = 'style="background-image: url(' . get_theme_mod( 'footer_background_image' ) . ')"';
}
?>

</div><!-- #main-content -->

<?php if ( ! is_page_template( 'templates/comingsoon.php' ) && apply_filters( 'thim_show_footer', true ) ) : ?>

	<?php if ( is_singular( 'hb_room' ) ) : ?>
		<div class="related-rooms">
			<div class="container">
				<?php do_action( 'hotel_booking_after_single_product' ); ?>
			</div>
		</div>
	<?php endif; ?>

	<footer <?php echo $image_background; ?> id="colophon" class="site-footer <?php echo $class_footer; ?> <?php echo get_theme_mod( 'footer_style' ); ?>">

		<?php if ( is_active_sidebar( 'footer_top' ) ): ?>
			<div class="footer-top container clearfix">
				<div class="row">
					<?php dynamic_sidebar( 'footer_top' ); ?>
				</div>
			</div>
		<?php endif; ?>

		<?php thim_footer_layout(); ?>

	</footer><!-- #colophon.site-footer -->
<?php endif; ?>

</div><!-- wrapper-container -->

<?php do_action( 'thim_space_body' ); ?>

<?php wp_footer(); ?>

</body>
</html>