Files
Fakel-Gym/footer.php
GP_DEV 3ab7ac5a79 init
2025-06-01 12:33:52 +03:00

22 lines
351 B
PHP

</main>
<?php do_action( 'tailpress_content_end' ); ?>
</div>
<?php do_action( 'tailpress_content_after' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php do_action( 'tailpress_footer' ); ?>
<?php get_template_part('template-parts/la-components/footer'); ?>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>