1
0
aclindsay.com/aclindsa-wordpress-theme/footer.php

16 lines
277 B
PHP

<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?>
<div id="footer">
<div id="footer-inner">
&copy; 2009 - 2021 Aaron Lindsay, and powered by <a href="http://wordpress.org/">WordPress</a>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>