diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-04-15 20:49:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-04-15 20:49:42 +0000 |
commit | 10bdb51c37dd832f6bddd3364c19973a7540dda1 (patch) | |
tree | ee44dadbbf67e90a9c30bd709888add4c2503c67 /index.php | |
parent | a083daf8418d1dc6e0cbc5b41924c9d364815f9e (diff) | |
download | brdo-10bdb51c37dd832f6bddd3364c19973a7540dda1.tar.gz brdo-10bdb51c37dd832f6bddd3364c19973a7540dda1.tar.bz2 |
- Patch by JonBob/Jonathan: reworked the menu system so that menus are
configurable! Menu items can be disabled, repositioned, added and
so on.
Upgrading to requires you to run update.php.
This functionality depricates some of the 'navigation modules' in the
contributions repository. Furthermore, modules can now 'suggest'
menu items and site adminstrators can choose to enable them. Modules
in the contributions repository should try to take advantage of this.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ include_once "includes/common.inc"; fix_gpc_magic(); -menu_build("system"); - if (menu_active_handler_exists()) { menu_execute_active_handler(); } |