NeilCrosby / theme-the-code-train

WordPress Theme I use for TheCodeTrain.co.uk

This URL has Read+Write access

theme-the-code-train / footer.php
100644 10 lines (9 sloc) 0.304 kb
1
2
3
4
5
6
7
8
9
10
</div>
 
<div id="ft">
<a href="http://github.com/NeilCrosby/theme-the-code-train/tree">TheCodeTrain Theme</a> by <a href="http://neilcrosby.com/vcard">Neil Crosby</a>,
Powered by <a href="http://wordpress.org">WordPress</a>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>