From 6b6a742a1b9935b34c039bc8f33ef926f996c158 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 15 Jan 2013 13:57:24 -0800 Subject: reduce number of template include paths, which were needed during the theme restructure but no longer required. --- include/plugin.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/plugin.php') 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) { -- cgit v1.2.3