Changeset 2488 for trunk/index.php


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/index.php

    r2353 r2488  
    158158}
    159159// include menubar
    160 include(trigger_event('menubar_file',
    161   PHPWG_ROOT_PATH.'include/menubar.inc.php'));
     160include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
    162161
    163162if ('search' == $page['section'])
Note: See TracChangeset for help on using the changeset viewer.