~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-content/themes/twentythirteen/footer.php

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
 
b'\\ No newline at end of file'