0
|
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_Thirteen |
|
9 |
* @since Twenty Thirteen 1.0 |
|
10 |
*/ |
|
11 |
?> |
|
12 |
|
|
13 |
</div><!-- #main --> |
|
14 |
<footer id="colophon" class="site-footer" role="contentinfo"> |
|
15 |
<?php get_sidebar( 'main' ); ?> |
|
16 |
|
|
17 |
<div class="site-info"> |
|
18 |
<?php do_action( 'twentythirteen_credits' ); ?> |
|
19 |
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> |
|
20 |
</div><!-- .site-info --> |
|
21 |
</footer><!-- #colophon --> |
|
22 |
</div><!-- #page --> |
|
23 |
|
|
24 |
<?php wp_footer(); ?> |
|
25 |
</body> |
|
26 |
</html> |