diff options
-rwxr-xr-x | include/plugin.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 1 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", ); diff --git a/version.inc b/version.inc index 39675f71c..2681a486b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-09-29.813 +2014-09-30.814 |