File: /home/clinicamaciel/www/index_lixo/wp-content/themes/bedentist/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 Be_Dentist
*/
?>
</div><!-- #content -->
<footer id="colophon" <?php be_dentist_footer_class() ?> role="contentinfo">
<?php get_template_part( 'template-parts/footer/layout', get_theme_mod( 'footer_layout_type' ) ); ?>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>