Your IP : 3.147.45.159


Current Path : /home/church/www/paradigmmar.com/wp-content/themes/honeypress/
Upload File :
Current File : /home/church/www/paradigmmar.com/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>