diff options
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>
|