summaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
commit8e2064bbd878ac93438a6616cbf4af21a0f41edd (patch)
tree113cd09cd2dd11d02455d575037dd1f32bb4aaea /footer.php
The North Star 2010-2011 theme, a fork of Twenty TenHEADmaster
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.php22
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">&nbsp;<!-- TODO: I need to put something here --></div>
+ <p class="copyright">Copyright &copy; 2009-2011 Lawrence North High School</p>
+ </div>
+<?php wp_footer(); ?>
+</body>
+</html>