Advertisement
Guest User

PTP-Footer.php

a guest
May 27th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * Contains footer content and the closing of the
  6. * #main and #page div elements.
  7. *
  8. * @package WordPress
  9. * @subpackage Twenty_Twelve
  10. * @since Twenty Twelve 1.0
  11. */
  12. ?>
  13. </div><!-- #main .wrapper -->
  14. <footer id="colophon" role="contentinfo">
  15. <div class="site-info">
  16. <?php do_action( 'twentytwelve_credits' ); ?>
  17. <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
  18. </div><!-- .site-info -->
  19. </footer><!-- #colophon -->
  20. </div><!-- #page -->
  21.  
  22. <?php wp_footer(); ?>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement