From cb44d015f3c3b0f0a8835d4391d5cea0041d1eed Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 30 Sep 2014 21:30:27 -0700 Subject: allow site specific templates, css, js, whatever --- include/plugin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/plugin.php') 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", ); -- cgit v1.2.3