GhostManSec
Server: Apache
System: Linux webm019.cluster130.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: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/themes/revolution/footer.php
<?php
	$footer           = ot_get_option( 'footer', 'on' );
	$subfooter        = ot_get_option( 'subfooter', 'on' );
	$footer_portfolio = is_singular( 'portfolio' ) ? ot_get_option( 'footer_portfolio', 'off' ) : 'on';
	$footer_article   = is_singular( 'post' ) ? ot_get_option( 'footer_article', 'on' ) : 'on';
	$disable_footer   = get_post_meta( get_the_ID(), 'disable_footer', true );
	$cond             = ( 'on' === $footer && 'on' === $footer_portfolio && 'on' === $footer_article && 'on' !== $disable_footer );

if ( $cond ) {
	do_action( 'thb_footer_bar' );
}
?>
	</div> <!-- End Main -->
	<div class="fixed-footer-container">
		<?php
		if ( $cond ) {
			get_template_part( 'inc/templates/footer/style1' );
		}
		?>
		<?php
		if ( 'on' === $subfooter && 'on' === $footer_portfolio && 'on' === $footer_article && 'on' !== $disable_footer ) {
			get_template_part( 'inc/templates/footer/subfooter-' . ot_get_option( 'subfooter_style', 'style1' ) );
		}
		?>
	</div>
	<!-- Start Mobile Menu -->
	<?php do_action( 'thb_mobile_menu' ); ?>
	<!-- End Mobile Menu -->

	<!-- Start Side Cart -->
	<?php do_action( 'thb_side_cart' ); ?>
	<!-- End Side Cart -->

	<!-- Start Featured Portfolio -->
	<?php do_action( 'thb_featured_portfolio' ); ?>
	<!-- End Featured Portfolio -->

	<!-- Start Shop Filters -->
	<?php do_action( 'thb_shop_filters' ); ?>
	<!-- End Shop Filters -->
	<?php
		/*
		 * Always have wp_footer() just before the closing </body>
		 * tag of your theme, or you will break many plugins, which
		 * generally use this hook to reference JavaScript files.
		 */
	wp_footer();
	?>
</div> <!-- End Wrapper -->
<?php do_action( 'thb_after_wrapper' ); ?>
</body>
</html>