Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/forest-nature/footer.php |
<?php
/**
* The template for displaying the footer
*
* @subpackage Forest Nature
* @since 1.0
*/
?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="copyright">
<div class="container footer-content">
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
</div>
</div>
<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>
<?php if( get_option( 'forest_nature_scroll_enable',false) != '1') { ?>
<div class="scroll-top">
<button type=button id="forest-nature-scroll-to-top" class="scrollup"><i class="<?php echo esc_attr(get_theme_mod('forest_nature_scroll_top_icon','fas fa-chevron-up')); ?>"></i></button>
</div>
<?php }?>
</footer>
<?php wp_footer(); ?>
</body>
</html>