puts the footer inside of the main column

This commit is contained in:
Keitaroh Kobayashi 2013-08-17 12:28:17 +09:00
parent 351920242b
commit 7cc51ec731

View File

@ -8,10 +8,6 @@
*/
?>
</div><!-- .span9 -->
</div><!-- .row -->
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<?php do_action( 'wp386_credits' ); ?>
@ -20,6 +16,10 @@
<?php printf( __( 'Theme: %1$s by %2$s.', 'wp386' ), 'wp386', '<a href="http://themes.kkob.us/wp386" rel="designer">Keitaroh Kobayashi</a>' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- .span9 -->
</div><!-- .row -->
</div><!-- #main -->
</div><!-- #page -->
<?php wp_footer(); ?>