h5bp updates

This commit is contained in:
Ben Word
2012-01-23 11:16:50 -07:00
parent 3c9bc21e32
commit 106ceaae7d
2 changed files with 10 additions and 10 deletions

View File

@@ -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>