Fixed broken sidebar_path function

This commit is contained in:
remyvv
2013-07-06 19:42:16 +02:00
parent ff6c287371
commit be62fcf61d

View File

@@ -9,7 +9,7 @@ function roots_template_path() {
}
function roots_sidebar_path() {
return Roots_Wrapping('templates/sidebar.php');
return new Roots_Wrapping('templates/sidebar.php');
}
class Roots_Wrapping {