mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
1fb181a4eb
git-svn-id: http://svn.automattic.com/wordpress/trunk@13012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
25 lines
652 B
PHP
25 lines
652 B
PHP
</div><!-- #main -->
|
|
|
|
<div id="footer">
|
|
<div id="colophon">
|
|
|
|
<?php get_sidebar('footer'); ?>
|
|
|
|
<div id="site-info">
|
|
<a href="<?php bloginfo( 'url' ) ?>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a>
|
|
</div>
|
|
|
|
<div id="site-generator">
|
|
Proudly powered by <span id="generator-link"><a href="http://wordpress.org/" title="<?php _e( 'Semantic Personal Publishing Platform', 'twentyten' ) ?>" rel="generator"><?php _e( 'WordPress', 'twentyten' ) ?></a>.</span>
|
|
</div>
|
|
|
|
</div><!-- #colophon -->
|
|
</div><!-- #footer -->
|
|
|
|
</div><!-- #wrapper -->
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
</html>
|