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_Twelve |
|
9 |
* @since Twenty Twelve 1.0 |
|
10 |
*/ |
|
11 |
?> |
|
12 |
</div><!-- #main .wrapper --> |
|
13 |
<footer id="colophon" role="contentinfo"> |
|
14 |
<div class="site-info"> |
|
15 |
<?php do_action( 'twentytwelve_credits' ); ?> |
|
16 |
<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> |
|
17 |
</div><!-- .site-info --> |
|
18 |
</footer><!-- #colophon --> |
|
19 |
</div><!-- #page --> |
|
20 |
|
|
21 |
<?php wp_footer(); ?> |
|
22 |
</body> |
|
23 |
</html> |