diff options
author | friendica <info@friendica.com> | 2013-01-15 13:57:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-15 13:57:24 -0800 |
commit | 6b6a742a1b9935b34c039bc8f33ef926f996c158 (patch) | |
tree | 4fc1bb789d974e0a199bfb45c8bb7063713380c3 /include | |
parent | 62b1eb65dc1fe822f1e73d6c7469ac0213d117c4 (diff) | |
download | volse-hubzilla-6b6a742a1b9935b34c039bc8f33ef926f996c158.tar.gz volse-hubzilla-6b6a742a1b9935b34c039bc8f33ef926f996c158.tar.bz2 volse-hubzilla-6b6a742a1b9935b34c039bc8f33ef926f996c158.zip |
reduce number of template include paths, which were needed during the theme restructure but no longer required.
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) { |