aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-05-20 00:58:32 +0000
committerpatdenice <patdenice@piwigo.org>2008-05-20 00:58:32 +0000
commit4745f491302ee5f6b0bb690a1a16bcecb92666d1 (patch)
tree26a67704972043dc2349e7804867f5cd1f34309c /index.php
parent732c6965821b83d64fde2023cbd401a5a5004e2e (diff)
Merge from trunk revision 2353.
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/branches/branch-1_7@2354 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 ab21a7e5a..5f2465e20 100644
--- a/index.php
+++ b/index.php
@@ -167,7 +167,8 @@ else
);
}
// include menubar
-include(PHPWG_ROOT_PATH.'include/menubar.inc.php');
+include(trigger_event('menubar_file',
+ PHPWG_ROOT_PATH.'include/menubar.inc.php'));
$template->assign_vars(
array(