File: /var/www/html/wptrinityconsulting/wp-content/themes/finbuzz/footer.php
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
?>
</div><!--#content-->
<?php if ( (FinbuzzTheme::$footer_top_logo_area != '0') && (FinbuzzTheme::$footer_top_logo_area != 'off') ) {
get_template_part( 'template-parts/footer/footer-logo-showcase', FinbuzzTheme::$footer_style );
} ?>
<footer>
<div id="footer-<?php echo esc_attr( FinbuzzTheme::$footer_style ); ?>" class="footer-area">
<?php
get_template_part( 'template-parts/footer/footer', FinbuzzTheme::$footer_style );
?>
</div>
</footer>
</div>
<?php wp_footer();?>
</body>
</html>