puts the footer inside of the main column
This commit is contained in:
parent
351920242b
commit
7cc51ec731
@ -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(); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user