Ignore:
Timestamp:
Mar 7, 2013, 1:50:05 AM (11 years ago)
Author:
mistic100
Message:

fix breadcrumb in 2.5 & add button with new template features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/skeleton/trunk/main.inc.php

    r21304 r21307  
    7171  // NOTE: skeleton_blockmanager_apply1() and skeleton_blockmanager_apply2() can (should) be merged
    7272 
     73  // add button on album and photos pages
     74  add_event_handler('loc_end_index', 'skeleton_add_button');
     75  add_event_handler('loc_end_picture', 'skeleton_add_button');
     76 
    7377  // prefilter on photo page
    7478  add_event_handler('loc_end_picture', 'skeleton_loc_end_picture');
Note: See TracChangeset for help on using the changeset viewer.