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