aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index b5c5feeaa..1f667130f 100644
--- a/index.php
+++ b/index.php
@@ -157,7 +157,8 @@ else
);
}
// include menubar
-include(PHPWG_ROOT_PATH.'include/menubar.inc.php');
+include(trigger_event('menubar_file',
+ PHPWG_ROOT_PATH.'include/menubar.inc.php'));
if ('search' == $page['section'])
{