2010-02-07 17:16:26 +01:00
|
|
|
</div><!-- #main -->
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-02-07 17:16:26 +01:00
|
|
|
<div id="footer">
|
|
|
|
<div id="colophon">
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-02-14 02:00:22 +01:00
|
|
|
<?php get_sidebar( 'footer' ); ?>
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-02-07 17:16:26 +01:00
|
|
|
<div id="site-info">
|
2010-02-14 08:13:34 +01:00
|
|
|
<a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
|
2010-02-07 17:16:26 +01:00
|
|
|
</div>
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-02-07 17:16:26 +01:00
|
|
|
<div id="site-generator">
|
2010-02-08 21:28:13 +01:00
|
|
|
<?php printf( __('Proudly powered by <span id="generator-link">%s</span>.', 'twentyten'), '<a href="http://wordpress.org/" title="' . esc_attr__( 'Semantic Personal Publishing Platform', 'twentyten' ) . '" rel="generator">' . __( 'WordPress', 'twentyten' ) . '</a>' ); ?>
|
2010-02-07 17:16:26 +01:00
|
|
|
</div>
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-02-07 17:16:26 +01:00
|
|
|
</div><!-- #colophon -->
|
|
|
|
</div><!-- #footer -->
|
2010-02-08 18:59:08 +01:00
|
|
|
|
|
|
|
</div><!-- #wrapper -->
|
2010-02-07 17:16:26 +01:00
|
|
|
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|