allow site specific templates, css, js, whatever
This commit is contained in:
@@ -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",
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user