wp-rdnyc/footer.php

26 lines
499 B
PHP
Raw Normal View History

<?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 WPRDNYC
*/
namespace WP_RDNYC;
?>
<footer class="d-flex flex-column align-items-center mt-2 px-3 py-3">
<span class="text-gray-400 mt-3">&copy; <?php echo date("Y") ?> Recovery Dharma NYC</span>
</footer>
<?php wp_footer(); ?>
</body>
</html>