aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-05-20 00:56:49 +0000
committerpatdenice <patdenice@piwigo.org>2008-05-20 00:56:49 +0000
commit9300a7118d82ed3b1dd4359509d6cbcd40a0ab98 (patch)
tree86bc7a9d259dfb3f74bdf45f7c1bef004fc15568 /index.php
parenteb975a8cda9f3f6afaeec69b9419b00eefbba8f1 (diff)
000819: "First" link was mapped with home navigation button
Add trigger_event for menubar.php file in index.php Minor language correction. git-svn-id: http://piwigo.org/svn/trunk@2353 68402e56-0260-453c-a942-63ccdbb3a9ee
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'])
{