diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/plugin.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/plugin.php b/include/plugin.php index 0395c1a8e..b48cadb1e 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -487,11 +487,8 @@ function theme_include($file, $root = '') { $paths = array( "{$root}view/theme/$theme/$ext/$file", - "{$root}view/theme/$theme/$file", "{$root}view/theme/$parent/$ext/$file", - "{$root}view/theme/$parent/$file", "{$root}view/$ext/$file", - "{$root}view/$file" ); foreach($paths as $p) { |