File: /home/modernpainters.co.uk/public_html-20250117121417/wp-content/themes/honeypress/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 Honeypress
*/
do_action('honeypress_footer_section_hook');?>
</div>
<?php
if(get_theme_mod('scrolltotop_setting_enable',true) == true) : ?>
<div class="scroll-up custom right"><a href="#totop"><i class="fa fa-arrow-up"></i></a></div>
<?php endif;
wp_footer();?>
</body>
</html>