Ignore:
Timestamp:
Mar 7, 2009, 10:38:38 PM (15 years ago)
Author:
patdenice
Message:

merge part of r3182 from trunk to branch 2.0.
Re-order templates extension alphabetically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/plugins/LocalFilesEditor/admin.php

    r3132 r3183  
    186186      $eligible_templates = array(
    187187          'about.tpl',
     188          'footer.tpl',
     189          'header.tpl',
    188190          'identification.tpl',
     191          'index.tpl',
    189192          'mainpage_categories.tpl',
    190           'thumbnails.tpl',
    191           'redirect.tpl',
    192193          'menubar.tpl',
    193194          'menubar_categories.tpl',
     
    197198          'menubar_specials.tpl',
    198199          'menubar_tags.tpl',
    199           'header.tpl',
    200           'footer.tpl',
    201           'index.tpl',
    202200          'nbm.tpl',
    203201          'notification.tpl',
     202          'picture.tpl',
    204203          'picture_content.tpl',
    205           'picture.tpl',
    206204          'popuphelp.tpl',
    207205          'profile.tpl',
    208206          'profile_content.tpl',
     207          'redirect.tpl',
    209208          'register.tpl',
    210209          'search.tpl',
     
    212211          'slideshow.tpl',
    213212          'tags.tpl',
     213          'thumbnails.tpl',
    214214          'upload.tpl');
    215215
Note: See TracChangeset for help on using the changeset viewer.