Files
gkachele-saas/wp-content/themes/abiz/template-parts/footer-copyright.php
2026-01-17 11:40:17 +01:00

14 lines
341 B
PHP

<?php
/**
* Template part for displaying footer copyright.
*/
?>
<div class="footer-copyright">
<div class="container">
<div class="row align-items-center gy-lg-0 gy-4">
<div class="col-lg-12 col-md-12 col-12 text-center">
<?php get_template_part('template-parts/site','info'); ?>
</div>
</div>
</div>
</div>