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
|
|
|
|
*/
|
|
|
|
|
2021-07-02 10:24:48 -04:00
|
|
|
namespace WP_73k;
|
2019-05-23 12:30:31 -04:00
|
|
|
|
|
|
|
?>
|
2021-07-06 14:57:45 -04:00
|
|
|
<!-- <footer class="footer relative bg-dark-1 text-light-2 pt-8 pb-16">
|
2021-07-04 18:16:33 -04:00
|
|
|
<div class="relative z-10">
|
|
|
|
<div class="container mx-auto">
|
|
|
|
<div class="lg:flex lg:justify-between">
|
|
|
|
<div class="lg:w-1/4 text-center lg:text-left">
|
|
|
|
<div class="text-xl">
|
2021-07-06 14:57:45 -04:00
|
|
|
<p class="text-sm">© 2021 by Adam Piontek</p>
|
2021-07-04 18:16:33 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-07-06 14:57:45 -04:00
|
|
|
</footer> -->
|
|
|
|
<footer class="footer73k footer bottom-0 end-0 bg-dark">
|
2021-07-06 23:31:20 -04:00
|
|
|
<div class="px-2 px-sm-3">
|
|
|
|
<span class="text-gray-300">© Copyright <?php echo date("Y") ?> Adam Piontek</span>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2021-07-06 14:57:45 -04:00
|
|
|
|
2021-07-04 18:16:33 -04:00
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
2019-05-23 12:30:31 -04:00
|
|
|
</html>
|