web/wp-content/themes/twentytwelve/footer.php
changeset 204 09a1c134465b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
       
     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>