Ignore:
Timestamp:
Aug 28, 2008, 2:32:39 AM (16 years ago)
Author:
rvelices
Message:
  • based on test_menu by grum (thanks to you) - integration of dynamic menu bar to pwg
  • the menubar is composed now of dynamic blocks that can be ordered/hidden
  • plugins can add their own blocks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r2484 r2488  
    284284add_event_handler('render_comment_content', 'parse_comment_content');
    285285add_event_handler('render_comment_author', 'strip_tags');
     286add_event_handler('blockmanager_register_blocks', 'register_default_menubar_blocks', EVENT_HANDLER_PRIORITY_NEUTRAL-1);
    286287trigger_action('init');
    287288?>
Note: See TracChangeset for help on using the changeset viewer.