aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LocalFilesEditor/admin.php')
-rw-r--r--plugins/LocalFilesEditor/admin.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/LocalFilesEditor/admin.php b/plugins/LocalFilesEditor/admin.php
index 6ac5fc6a1..0cc8f8321 100644
--- a/plugins/LocalFilesEditor/admin.php
+++ b/plugins/LocalFilesEditor/admin.php
@@ -185,10 +185,11 @@ switch ($page['tab'])
// Model list
$eligible_templates = array(
'about.tpl',
+ 'footer.tpl',
+ 'header.tpl',
'identification.tpl',
+ 'index.tpl',
'mainpage_categories.tpl',
- 'thumbnails.tpl',
- 'redirect.tpl',
'menubar.tpl',
'menubar_categories.tpl',
'menubar_identification.tpl',
@@ -196,21 +197,20 @@ switch ($page['tab'])
'menubar_menu.tpl',
'menubar_specials.tpl',
'menubar_tags.tpl',
- 'header.tpl',
- 'footer.tpl',
- 'index.tpl',
'nbm.tpl',
'notification.tpl',
- 'picture_content.tpl',
'picture.tpl',
+ 'picture_content.tpl',
'popuphelp.tpl',
'profile.tpl',
'profile_content.tpl',
+ 'redirect.tpl',
'register.tpl',
'search.tpl',
'search_rules.tpl',
'slideshow.tpl',
'tags.tpl',
+ 'thumbnails.tpl',
'upload.tpl');
$options['model'][] = l10n('locfiledit_empty_page');