Ignore:
Timestamp:
Sep 18, 2008, 11:26:33 PM (16 years ago)
Author:
vdigital
Message:

Extend_for_templates include slideshow.tpl overides.
menubar.tpl is no longer supported by Extend_for_templates.
Titling_categories.tpl was in error (Wrong recent icon var)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/extend_for_templates.php

    r2530 r2549  
    113113    'thumbnails.tpl'          => 'index_thumbnails',
    114114    'redirect.tpl'            => 'redirect',
    115     'menubar.tpl'             => 'menubar',
     115 // 'menubar.tpl'             => 'menubar', // TODO by blocks
    116116    'header.tpl'              => 'header',
    117117    'footer.tpl'              => 'tail',
     
    120120    'notification.tpl'        => 'notification',
    121121    'picture_content.tpl'     => 'default_content',
    122     'slideshow.tpl'           => 'picture', /* => slideshow is missing */
    123122    'picture.tpl'             => 'picture',
    124123    'popuphelp.tpl'           => 'popuphelp',
     
    128127    'search.tpl'              => 'search',
    129128    'search_rules.tpl'        => 'search_rules',
     129    'slideshow.tpl'           => 'slideshow',
    130130    'tags.tpl'                => 'tags',
    131131    'upload.tpl'              => 'upload',);
Note: See TracChangeset for help on using the changeset viewer.