File: /home/l2pbkn5l6xav/public_html/wp-content/themes/lz-charity-welfare/footer.php
<?php
/**
* The template for displaying the footer
* @package WordPress
* @subpackage lz-charity-welfare
* @since 1.0
* @version 0.1
*/
?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container">
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
</div>
<div class="clearfix"></div>
<div class="copyright">
<div class="container">
<?php get_template_part( 'template-parts/footer/site', 'info' ); ?>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>