Modularización de GKACHELE SaaS
This commit is contained in:
14
wp-content/themes/abiz/template-parts/footer-copyright.php
Normal file
14
wp-content/themes/abiz/template-parts/footer-copyright.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user