Fix register sidebars so child themes can unregister them.

This commit is contained in:
Johnny Peck
2011-11-04 16:36:14 -04:00
parent 38890bf3b3
commit a2d33c7fd9
3 changed files with 30 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<footer id="content-info" class="<?php global $roots_options; echo $roots_options['container_class']; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<div class="container">
<?php dynamic_sidebar("Footer"); ?>
<?php dynamic_sidebar('roots-footer'); ?>
<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
</div>
</footer>