diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 12:23:12 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 12:23:12 -0500 |
commit | 8e2064bbd878ac93438a6616cbf4af21a0f41edd (patch) | |
tree | 113cd09cd2dd11d02455d575037dd1f32bb4aaea /footer.php |
I'm not planning on maintaining this, I just figured I'd put it in git in
case I ever want it.
This has already been cleaned up a lot.
I might one day do the work to make it a proper child theme (it was forked
too many versions ago for it to be clean), but probably not.
Diffstat (limited to 'footer.php')
-rw-r--r-- | footer.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..c04b7c3 --- /dev/null +++ b/footer.php @@ -0,0 +1,22 @@ +<?php
+/**
+ * The template for displaying the footer.
+ *
+ * Contains the closing of the id=main div and all content
+ * after. Calls sidebar-footer.php for bottom widgets.
+ *
+ * @package NorthStar
+ * @subpackage lts-theme
+ * @since 1.0
+ */
+?>
+ <div class="footer"><a class="nocss" id="footer"></a>
+ <div class="site-generator">
+ <a href="http://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator" class="site-generator">Powered by WordPress.</a>
+ </div>
+ <div class="valid"> <!-- TODO: I need to put something here --></div>
+ <p class="copyright">Copyright © 2009-2011 Lawrence North High School</p>
+ </div>
+<?php wp_footer(); ?>
+</body>
+</html>
|