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

Re-order templates extension alphabetically.
Allow to use template extension for navigation bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/admin.php

    r3133 r3182  
    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',
     200          'navigation_bar.tpl',
    202201          'nbm.tpl',
    203202          'notification.tpl',
     203          'picture.tpl',
    204204          'picture_content.tpl',
    205           'picture.tpl',
    206205          'popuphelp.tpl',
    207206          'profile.tpl',
    208207          'profile_content.tpl',
     208          'redirect.tpl',
    209209          'register.tpl',
    210210          'search.tpl',
     
    212212          'slideshow.tpl',
    213213          'tags.tpl',
     214          'thumbnails.tpl',
    214215          'upload.tpl');
    215216
Note: See TracChangeset for help on using the changeset viewer.