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/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/templates/footer/default.php
<?php
/**
 * Footer Template: Default
 *
 */

$class_default = '';
$thim_options  = get_theme_mods();

if ( ! thim_plugin_active( 'thim-core' ) ) {
	$class_default = 'no-padding';
}

?>

	<div class="footer <?php echo esc_attr( $class_default ); ?>">
		<div class="container">
			<div class="row">
				<?php thim_footer_widgets(); ?>
			</div>
		</div>
	</div><!-- .footer -->
<?php if ( get_theme_mod( 'copyright_bar', true ) ) : ?>
	<div class="copyright-area">
		<div class="container">
			<div class="copyright-content">
				<div class="row">
					<div class="<?php if ( get_theme_mod( 'copyright_menu', true ) ) { ?>col-sm-6<?php } else { ?>col-sm-12<?php } ?>">
						<?php thim_copyright_bar(); ?>
					</div>
					<?php if ( get_theme_mod( 'copyright_menu', true ) ) { ?>
						<div class="col-sm-6 text-right">
							<?php thim_copyright_menu(); ?>
						</div>
					<?php } ?>
				</div>
			</div>
		</div>
	</div><!-- .copyright-area -->
<?php endif; ?>