doing some clean up to the new options (which are awesome btw)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php roots_footer_before(); ?>
|
||||
<footer id="content-info" class="<?php echo roots_container_class; ?>" role="contentinfo">
|
||||
<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") ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user