Changeset 16549


Ignore:
Timestamp:
Jul 9, 2012, 4:06:34 PM (12 years ago)
Author:
plg
Message:

make sure the Contact link in menubar won't be hidden when AMenuManager is activated

File:
1 edited

Legend:

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

    r8909 r16549  
    2121                  array(&$cf_plugin, 'loc_begin_page_header'));
    2222add_event_handler('blockmanager_apply',             
    23                   array(&$cf_plugin, 'blockmanager_apply'));
     23                  array(&$cf_plugin, 'blockmanager_apply'),
     24                  EVENT_HANDLER_PRIORITY_NEUTRAL+10);
    2425add_event_handler('loc_end_index',             
    2526                  array(&$cf_plugin, 'loc_end_index'));
Note: See TracChangeset for help on using the changeset viewer.