wp-73k/footer.php

26 lines
522 B
PHP
Raw Normal View History

2019-05-23 12:30:31 -04:00
<?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 Freeshifter
*/
namespace WP_73k;
2019-05-23 12:30:31 -04:00
?>
<footer class="footer73k footer bottom-0 end-0 bg-dark">
<div class="px-2 px-sm-3">
<span class="text-gray-300">&copy; Copyright <?php echo date("Y") ?> Adam Piontek</span>
</div>
</footer>
2021-07-06 14:57:45 -04:00
2021-07-09 12:29:48 -04:00
<?php wp_footer(); ?>
2021-07-04 18:16:33 -04:00
</body>
2019-05-23 12:30:31 -04:00
</html>