Replace sidebar template call with path function
This commit is contained in:
2
base.php
2
base.php
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
<?php if (roots_display_sidebar()) : ?>
|
||||
<aside id="sidebar" class="<?php echo roots_sidebar_class(); ?>" role="complementary">
|
||||
<?php get_template_part('templates/sidebar'); ?>
|
||||
<?php include roots_sidebar_path(); ?>
|
||||
</aside>
|
||||
<?php endif; ?>
|
||||
</div><!-- /#content -->
|
||||
|
||||
Reference in New Issue
Block a user