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
This commit is contained in:
parent
eb975a8cda
commit
9300a7118d
3 changed files with 4 additions and 3 deletions
|
|
@ -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'])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue