adding hooks & actions

This commit is contained in:
Ben Word
2011-05-26 00:27:06 -06:00
parent c2f44c8422
commit f3c1b46d18
21 changed files with 238 additions and 77 deletions

View File

@@ -1,8 +1,6 @@
<?php if (get_option('roots_css_framework') === '1140') { ?>
</div><!-- /.row -->
<div class="row">
<?php } ?>
<?php roots_footer_before(); ?>
<footer id="content-info" class="<?php echo roots_container_class; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<div class="container">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
<?php endif; ?>
@@ -29,10 +27,9 @@
<?php } ?>
</div>
</footer>
<?php if (get_option('roots_css_framework') === '1140') { ?>
</div><!-- /.row -->
<?php } ?>
<?php roots_footer_after(); ?>
</div><!-- /#wrap -->
<?php wp_footer(); ?>
<?php roots_footer(); ?>
</body>
</html>