just simply call the sidebar(s)

This commit is contained in:
Ben Word
2011-07-20 19:04:33 -06:00
parent 2579321404
commit fb21ab7337
2 changed files with 2 additions and 5 deletions

View File

@@ -2,8 +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 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
<?php endif; ?>
<?php dynamic_sidebar("Footer"); ?>
<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
</div>
</footer>

View File

@@ -1,3 +1 @@
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar") ) : ?>
<?php endif; ?>
<?php dynamic_sidebar("Sidebar"); ?>