summaryrefslogtreecommitdiff
path: root/footer.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2014-06-16 16:03:41 +0000
committerNathan Kinkade <nath@nkinka.de>2014-06-16 16:03:41 +0000
commit07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 (patch)
tree3aacb1db21dfd0975813ea0b8a7defff3603e8f2 /footer.php
Initial commit of Vortant theme based on WordPress twentythirteen stock theme.
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/footer.php b/footer.php
new file mode 100644
index 0000000..4cb3c74
--- /dev/null
+++ b/footer.php
@@ -0,0 +1,25 @@
+<?php
+/**
+ * The template for displaying the footer
+ *
+ * Contains footer content and the closing of the #main and #page div elements.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Thirteen
+ * @since Twenty Thirteen 1.0
+ */
+?>
+
+ </div><!-- #main -->
+ <footer id="colophon" class="site-footer" role="contentinfo">
+ <?php get_sidebar( 'main' ); ?>
+
+ <div class="site-info">
+ Copyright © 2010 Vortant Technologies, LLC &middot; All rights reserved &middot; info@vortant.com
+ </div><!-- .site-info -->
+ </footer><!-- #colophon -->
+ </div><!-- #page -->
+
+ <?php wp_footer(); ?>
+</body>
+</html>