summaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
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>