diff options
Diffstat (limited to 'admin')
-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', |