wp/wp-content/themes/twentyfourteen/footer.php
changeset 5 5e2f62d02dcd
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
       
     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_Fourteen
       
     9  * @since Twenty Fourteen 1.0
       
    10  */
       
    11 ?>
       
    12 
       
    13 		</div><!-- #main -->
       
    14 
       
    15 		<footer id="colophon" class="site-footer" role="contentinfo">
       
    16 
       
    17 			<?php get_sidebar( 'footer' ); ?>
       
    18 
       
    19 			<div class="site-info">
       
    20 				<?php do_action( 'twentyfourteen_credits' ); ?>
       
    21 				<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
       
    22 			</div><!-- .site-info -->
       
    23 		</footer><!-- #colophon -->
       
    24 	</div><!-- #page -->
       
    25 
       
    26 	<?php wp_footer(); ?>
       
    27 </body>
       
    28 </html>