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

16 lines
277 B
PHP
Raw Permalink Normal View History

2011-02-24 14:25:26 -05:00
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?>
<div id="footer">
<div id="footer-inner">
2021-01-29 10:04:50 -05:00
&copy; 2009 - 2021 Aaron Lindsay, and powered by <a href="http://wordpress.org/">WordPress</a>
2011-02-24 14:25:26 -05:00
</div>
</div>
<?php wp_footer(); ?>
2011-02-24 14:25:26 -05:00
</body>
</html>