#wrap now ends before <footer>

This commit is contained in:
Joel Kuczmarski
2012-02-18 10:43:20 -06:00
parent 47eb95be69
commit d78f34e3cf

View File

@@ -1,4 +1,6 @@
</div><!-- /#wrap -->
<?php roots_footer_before(); ?>
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
@@ -7,8 +9,6 @@
</footer>
<?php roots_footer_after(); ?>
</div><!-- /#wrap -->
<?php wp_footer(); ?>
<?php roots_footer(); ?>