mbleigh / bleightiful

The WordPress theme I hastily crafted for my personal site.

This URL has Read+Write access

bleightiful / footer.php
100644 13 lines (10 sloc) 0.513 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/us/80x15.png" /></a> Licensed under a Creative Commons Attribution License by <strong>Michael Bleigh</strong>.
</div>
</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>