mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
merge part of r3182 from trunk to branch 2.0.
Re-order templates extension alphabetically. git-svn-id: http://piwigo.org/svn/branches/2.0@3183 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user