h5bp updates
This commit is contained in:
12
footer.php
12
footer.php
@@ -1,4 +1,4 @@
|
||||
<?php roots_footer_before(); ?>
|
||||
<?php roots_footer_before(); ?>
|
||||
<footer id="content-info" class="<?php global $roots_options; echo $roots_options['container_class']; ?>" role="contentinfo">
|
||||
<?php roots_footer_inside(); ?>
|
||||
<div class="container">
|
||||
@@ -9,13 +9,13 @@
|
||||
<?php roots_footer_after(); ?>
|
||||
</div><!-- /#wrap -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
<?php roots_footer(); ?>
|
||||
<?php wp_footer(); ?>
|
||||
<?php roots_footer(); ?>
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<script defer src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
|
||||
<script defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
|
||||
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
|
||||
<![endif]-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user