diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-06-16 16:03:41 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-06-16 16:03:41 +0000 |
| commit | 07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 (patch) | |
| tree | 3aacb1db21dfd0975813ea0b8a7defff3603e8f2 /footer.php | |
Initial commit of Vortant theme based on WordPress twentythirteen stock theme.
Diffstat (limited to 'footer.php')
| -rw-r--r-- | footer.php | 25 |
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 · All rights reserved · info@vortant.com + </div><!-- .site-info --> + </footer><!-- #colophon --> + </div><!-- #page --> + + <?php wp_footer(); ?> +</body> +</html> |
