allow site specific templates, css, js, whatever
This commit is contained in:
parent
cef570991a
commit
cb44d015f3
@ -552,6 +552,7 @@ function theme_include($file, $root = '') {
|
||||
$paths = array(
|
||||
"{$root}view/theme/$theme/$ext/$file",
|
||||
"{$root}view/theme/$parent/$ext/$file",
|
||||
"{$root}view/site/$ext/$file",
|
||||
"{$root}view/$ext/$file",
|
||||
);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2014-09-29.813
|
||||
2014-09-30.814
|
||||
|
Reference in New Issue
Block a user