Merge pull request #287 from leoj3n/master
Ending #wrap div earlier (before <footer>) in footer.php
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
</div><!-- /#wrap -->
|
||||||
|
|
||||||
<?php roots_footer_before(); ?>
|
<?php roots_footer_before(); ?>
|
||||||
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
|
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
|
||||||
<?php roots_footer_inside(); ?>
|
<?php roots_footer_inside(); ?>
|
||||||
@@ -7,8 +9,6 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<?php roots_footer_after(); ?>
|
<?php roots_footer_after(); ?>
|
||||||
|
|
||||||
</div><!-- /#wrap -->
|
|
||||||
|
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
<?php roots_footer(); ?>
|
<?php roots_footer(); ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user