diff options
author | friendica <info@friendica.com> | 2014-09-30 21:30:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-30 21:30:27 -0700 |
commit | cb44d015f3c3b0f0a8835d4391d5cea0041d1eed (patch) | |
tree | 54f3fd97a810615c3283bfd3ff39665170d23071 /include/plugin.php | |
parent | cef570991a7ac43b8dbd4b48b900a33dfe2b8f9c (diff) | |
download | volse-hubzilla-cb44d015f3c3b0f0a8835d4391d5cea0041d1eed.tar.gz volse-hubzilla-cb44d015f3c3b0f0a8835d4391d5cea0041d1eed.tar.bz2 volse-hubzilla-cb44d015f3c3b0f0a8835d4391d5cea0041d1eed.zip |
allow site specific templates, css, js, whatever
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-x | include/plugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php index c2e08a989..4f9ab71da 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -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", ); |