allow site specific templates, css, js, whatever

This commit is contained in:
friendica 2014-09-30 21:30:27 -07:00
parent cef570991a
commit cb44d015f3
2 changed files with 2 additions and 1 deletions

View File

@ -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",
);

View File

@ -1 +1 @@
2014-09-29.813
2014-09-30.814