Ignore:
Timestamp:
Jul 13, 2012, 12:09:19 PM (12 years ago)
Author:
mistic100
Message:

-rework the main menu
-bug when a collection is create through AJAX
-add "Remove from collection" on colorbox
-minor interfaces changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/main.inc.php

    r16597 r16688  
    2323
    2424add_event_handler('loc_end_section_init', 'user_collections_section_init');
    25 add_event_handler('loc_end_index', 'user_collections_page');
     25add_event_handler('loc_end_index', 'user_collections_page', EVENT_HANDLER_PRIORITY_NEUTRAL-10);
    2626
    2727add_event_handler('loc_end_index', 'user_collections_index_actions');
Note: See TracChangeset for help on using the changeset viewer.