Current File : /home/getxxhzo/tinyrnd.com/wp-content/themes/flyweb/footer-7.php
<?php
   $scroll_to_top = flyweb_get_opt('scroll_to_top', true);
?>

</div>
<!-- end content section -->

<?php 
    flyweb_footer_layout_home7();
?>

</div>
<!-- end main-wrapper section -->

<?php if (isset($scroll_to_top) && $scroll_to_top) : ?>
    <a href="#!" class="scroll-to-top"><i class="fas fa-angle-up" aria-hidden="true"></i></a>
<?php endif; ?>

<?php wp_footer(); ?>
    
</body>
</html>