Advertisement
Guest User

twentytwevle footer

a guest
Nov 13th, 2012
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 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' ); ?>" rel="generator"><?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