Changeset 2549 for trunk/admin/extend_for_templates.php
- Timestamp:
- Sep 18, 2008, 11:26:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/extend_for_templates.php
r2530 r2549 113 113 'thumbnails.tpl' => 'index_thumbnails', 114 114 'redirect.tpl' => 'redirect', 115 'menubar.tpl' => 'menubar',115 // 'menubar.tpl' => 'menubar', // TODO by blocks 116 116 'header.tpl' => 'header', 117 117 'footer.tpl' => 'tail', … … 120 120 'notification.tpl' => 'notification', 121 121 'picture_content.tpl' => 'default_content', 122 'slideshow.tpl' => 'picture', /* => slideshow is missing */123 122 'picture.tpl' => 'picture', 124 123 'popuphelp.tpl' => 'popuphelp', … … 128 127 'search.tpl' => 'search', 129 128 'search_rules.tpl' => 'search_rules', 129 'slideshow.tpl' => 'slideshow', 130 130 'tags.tpl' => 'tags', 131 131 'upload.tpl' => 'upload',);
Note: See TracChangeset
for help on using the changeset viewer.