Replace sidebar template call with path function

This commit is contained in:
Scott Walkinshaw
2013-01-23 15:44:21 -05:00
parent 0abc07d11c
commit f6f86aa268

View File

@@ -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 -->