Files
gkachele-saas/gk-assets/themes/abiz/template-parts/footer-copyright.php

14 lines
328 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>