????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/footer/
Upload File :
Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/footer/footer-layout.php

<?php
/**
 * Footer Layout
 *
 * @package Wanderfuls WordPress Theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
    exit;
} ?>

<?php tb_hook_footer_before(); ?>

<?php if ( tb_global_obj( 'has_footer_widgets' ) ) : ?>

    <footer id="footer" class="site-footer"<?php tb_schema_markup( 'footer' ); ?>>

        <?php tb_hook_footer_top(); ?>

        <div id="footer-inner" class="container clr">

            <?php tb_hook_footer_inner(); // widgets are added via this hook ?>
            
        </div><!-- #footer-widgets -->

        <?php tb_hook_footer_bottom(); ?>

    </footer><!-- #footer -->

<?php endif; ?>

<?php tb_hook_footer_after(); ?>