Skip to content

Commit

Permalink
Replace sidebar template call with path function
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Jan 23, 2013
1 parent 0abc07d commit f6f86aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit f6f86aa

Please sign in to comment.