aboutsummaryrefslogtreecommitdiffstats
path: root/admin/extend_for_templates.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-18 21:26:33 +0000
committervdigital <vdigital@piwigo.org>2008-09-18 21:26:33 +0000
commitbff424f8d9de0c258071e6e99f92f9960b13fbb7 (patch)
tree331b6c66e2158ba489e04ae7ca78677c439fe605 /admin/extend_for_templates.php
parentc502ebd43a1b8917b8c93a7a1ee896bf4c9a7be0 (diff)
Extend_for_templates include slideshow.tpl overides.
menubar.tpl is no longer supported by Extend_for_templates. Titling_categories.tpl was in error (Wrong recent icon var) git-svn-id: http://piwigo.org/svn/trunk@2549 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r--admin/extend_for_templates.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php
index 04fd0177f..938b83fed 100644
--- a/admin/extend_for_templates.php
+++ b/admin/extend_for_templates.php
@@ -112,14 +112,13 @@ $eligible_templates = array(
'mainpage_categories.tpl' => 'index_category_thumbnails',
'thumbnails.tpl' => 'index_thumbnails',
'redirect.tpl' => 'redirect',
- 'menubar.tpl' => 'menubar',
+ // 'menubar.tpl' => 'menubar', // TODO by blocks
'header.tpl' => 'header',
'footer.tpl' => 'tail',
'index.tpl' => 'index',
'nbm.tpl' => 'nbm',
'notification.tpl' => 'notification',
'picture_content.tpl' => 'default_content',
- 'slideshow.tpl' => 'picture', /* => slideshow is missing */
'picture.tpl' => 'picture',
'popuphelp.tpl' => 'popuphelp',
'profile.tpl' => 'profile',
@@ -127,6 +126,7 @@ $eligible_templates = array(
'register.tpl' => 'register',
'search.tpl' => 'search',
'search_rules.tpl' => 'search_rules',
+ 'slideshow.tpl' => 'slideshow',
'tags.tpl' => 'tags',
'upload.tpl' => 'upload',);
$flip_templates = array_flip($eligible_templates);