HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/blogasm/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Blogasm
 */

?>

</div><!-- #content -->

<div class="footer-separator"></div>

<footer class="site-footer">

    <footer class="site-footer">

        <?php
        /**
         * Hook - blogasm_action_footer.
         *
         * @hooked blogasm_add_footer_widgets - 10
         * @hooked blogasm_add_footer_bar - 20
         */
        do_action( 'blogasm_action_footer' );
        ?>

    </footer><!-- .site-footer -->

</footer><!-- .site-footer -->
</div><!-- #page -->


<div class="back-to-top d-none d-lg-flex align-items-center">
    <div class="bt-text">
        <?php echo esc_html( 'Back to Top', 'blogasm' ); ?>
    </div><!-- .bt-text -->

    <span class="d-block pt-icon icon-arrow-right"></span>
</div><!-- .back-to-top -->

<?php wp_footer(); ?>

</body>
</html>