HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/expodubai/wp-content/themes/osapaOld/footer.php
</div><!-- #content -->
<?php if( !is_page_template('page-blank.php') ): ?>
	<footer id="colophon" class="site-footer">
		<?php
		if ( is_active_sidebar( 'footer-top' ) || is_active_sidebar( 'footer-middle' ) || is_active_sidebar( 'footer-bottom' ) ) :		
			if ( is_active_sidebar( 'footer-top' ) ) { ?>
				<div class="widget-column footer-top">
					<div class="container">
						<?php dynamic_sidebar( 'footer-top' ); ?>
					</div>
				</div>
			<?php }
			if ( is_active_sidebar( 'footer-middle' ) ) { ?>
				<div class="widget-column footer-middle">
					<div class="container">
						<?php dynamic_sidebar( 'footer-middle' ); ?>
					</div>
				</div>
			<?php }
			if ( is_active_sidebar( 'footer-bottom' ) ) { ?>
				<div class="widget-column footer-bottom">
					<div class="container">
						<?php dynamic_sidebar( 'footer-bottom' ); ?>
					</div>
				</div>
			<?php } ?>

		<?php endif; ?>
	</footer><!-- #colophon -->
<?php endif; ?>
</div><!-- .site-content-contain -->
</div><!-- #page -->

<div class="ftc-close-popup"></div>
<?php 
global $smof_data;
if( ( !wp_is_mobile() && isset($smof_data['ftc_back_to_top_button']) && $smof_data['ftc_back_to_top_button'] ) || ( wp_is_mobile() && isset($smof_data['ftc_back_to_top_button_on_mobile']) && $smof_data['ftc_back_to_top_button_on_mobile'] ) ): 
	?>
<div id="to-top" class="scroll-button">
	<a class="scroll-button" href="javascript:void(0)" title="<?php esc_html_e('Back to Top', 'osapa'); ?>"><?php esc_html_e('Back to Top', 'osapa'); ?></a>
</div>
<?php endif; ?>
<?php wp_footer(); ?>
<?php if((isset($smof_data['ftc_enable_popup']) && $smof_data['ftc_enable_popup']) && is_active_sidebar('popup-newletter')) : ?>
<?php osapa_popup_newsletter(); ?>
<?php endif;  ?>
</body>
</html>