|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/guillaume/wp-content/envato-backups/../themes/flexblog/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<footer class="footer-wrap">
<?php
// Get Data
$footer_options = get_option( 'infinity_footer' );
?>
<!-- Instagram Widget -->
<div class="footer-instagram">
<?php
if ( is_active_sidebar( 'sidebar-3' ) ) {
dynamic_sidebar( 'sidebar-3' );
}
?>
</div>
<?php if ( $footer_options['column'] !== 'none' ) : ?>
<div class="footer-widget-area">
<div class="<?php echo ( $footer_options['boxed'] === 'inner_boxed' ) ? 'center-width' : ''; ?>">
<?php if ( is_active_sidebar( 'sidebar-4' ) ): ?>
<div class="footer-widgets">
<?php dynamic_sidebar( 'sidebar-4' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'sidebar-5' ) ): ?>
<div class="footer-widgets">
<?php dynamic_sidebar( 'sidebar-5' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'sidebar-6' ) ): ?>
<div class="footer-widgets">
<?php dynamic_sidebar( 'sidebar-6' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'sidebar-7' ) ): ?>
<div class="footer-widgets">
<?php dynamic_sidebar( 'sidebar-7' ); ?>
</div>
<?php endif; ?>
<div class="clear"></div>
</div>
</div>
<?php endif; ?>
<div class="footer-copyright">
<div class="<?php echo ( $footer_options['boxed'] === 'inner_boxed' ) ? 'center-width' : ''; ?>">
<!-- Footer Social -->
<?php
if ( $footer_options['social'] ) {
infinity_social( 'footer-social');
} ?>
<!-- Copyright -->
<div class="copyright">
<?php infinity_kses( $footer_options['copyright'] ); ?>
</div>
<!-- Scroll top button -->
<span class="backtotop">
<i class="fa fa fa-angle-double-up"></i>
<br>
<?php esc_html_e( 'Back to top', 'flexblog' ); ?>
</span>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>