| [ XREF Home ] [ Index ] |
PHP Cross Reference of WordPress TrunkProvided by Yoast |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * The template for displaying the footer. 4 * 5 * Contains the closing of the id=main div and all content after 6 * 7 * @package WordPress 8 * @subpackage Twenty_Eleven 9 * @since Twenty Eleven 1.0 10 */ 11 ?> 12 13 </div><!-- #main --> 14 15 <footer id="colophon" role="contentinfo"> 16 17 <?php 18 /* A sidebar in the footer? Yep. You can can customize 19 * your footer with three columns of widgets. 20 */ 21 get_sidebar( 'footer' ); 22 ?> 23 24 <div id="site-generator"> 25 <?php do_action( 'twentyeleven_credits' ); ?> 26 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> 27 </div> 28 </footer><!-- #colophon --> 29 </div><!-- #page --> 30 31 <?php wp_footer(); ?> 32 33 </body> 34 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 1 08:30:02 2011 |
Cross-referenced by PHPXref 0.7 Provided by Yoast and awesome WordPress Hosting |