2011-02-24 14:25:26 -05:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @package WordPress
|
|
|
|
* @subpackage Default_Theme
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<div id="footer-inner">
|
|
|
|
|
|
|
|
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
|
|
|
|
|
2011-03-19 20:20:04 -04:00
|
|
|
© 2009 - 2011 Aaron Lindsay, and powered by <a href="http://wordpress.org/">WordPress</a>
|
2011-02-24 14:25:26 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
|
|
|
|
<?php /* "Just what do you think you're doing Dave?" */ ?>
|
|
|
|
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
|
|
</html>
|