diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-23 06:21:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-23 06:21:59 +0000 |
commit | 49f337a9d8964f8ecd3c8c5eb75601ba9635df13 (patch) | |
tree | 30dc908c5c523932b1b695e349baaa17165a02bb /admin/extend_for_templates.php | |
parent | cde423fc86a8aaa6054179ca17e534f53df1a422 (diff) |
Swift Theme Creator (minor changes): non functional version yet (4).
Bug 836: "Extend for templates" minor change.
git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/extend_for_templates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index 7f1dbe5b9..00b83c3d9 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -109,7 +109,7 @@ $eligible_templates = array( '----------' => 'N/A', 'about.tpl' => 'about', 'identification.tpl' => 'identification', - 'mainpage_categories.tpl' => 'index_category', + 'mainpage_categories.tpl' => 'index_category_thumbnails', 'thumbnails.tpl' => 'index_thumbnails', 'redirect.tpl' => 'redirect', 'menubar.tpl' => 'menubar', |