equal
deleted
inserted
replaced
|
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 if ( ! is_404() ) |
|
22 get_sidebar( 'footer' ); |
|
23 ?> |
|
24 |
|
25 <div id="site-generator"> |
|
26 <?php do_action( 'twentyeleven_credits' ); ?> |
|
27 <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> |
|
28 </div> |
|
29 </footer><!-- #colophon --> |
|
30 </div><!-- #page --> |
|
31 |
|
32 <?php wp_footer(); ?> |
|
33 |
|
34 </body> |
|
35 </html> |