File: //home/equalitywalk.org.uk/public_html/wp-content__da8a0a3/themes/construction-hub/footer.php
<?php
/**
* The template for displaying the footer
*
* @package Construction Hub
* @subpackage construction_hub
*/
?>
</div>
<footer id="footer" class="site-footer" role="contentinfo">
<?php
get_template_part( 'template-parts/footer/footer', 'widgets' );
get_template_part( 'template-parts/footer/site', 'info' );
?>
<div class="return-to-header">
<a href="javascript:" id="return-to-top"><i class="<?php echo esc_attr(get_theme_mod('construction_hub_scroll_top_icon','fas fa-arrow-up')); ?> return-to-top"></i></a>
</div>
</footer>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>