Advertisement
Guest User

Untitled

a guest
May 13th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains footer content and the closing of the #main and #page div elements.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Thirteen
  9. * @since Twenty Thirteen 1.0
  10. */
  11. ?>
  12.  
  13. </div><!-- #main -->
  14. <footer id="colophon" class="site-footer" role="contentinfo">
  15. <?php get_sidebar( 'main' ); ?>
  16.  
  17. <div class="site-info">
  18. <?php do_action( 'twentythirteen_credits' ); ?>
  19. <?php printf( __( 'Copyright 2014 %s', 'twentythirteen' ), 'Sandie Barrie PhD' ); ?>
  20.  
  21. </div><!-- .site-info -->
  22. </footer><!-- #colophon -->
  23. </div><!-- #page -->
  24.  
  25. <?php wp_footer(); ?>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement