mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
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
This commit is contained in:
@@ -105,7 +105,7 @@ function create_navigation_bar(
|
||||
if ($cur_page != 1)
|
||||
{
|
||||
$navbar.=
|
||||
'<a href="'.$url.'" rel="start">'
|
||||
'<a href="'.$url.'" rel="first">'
|
||||
.l10n('first_page')
|
||||
.'</a>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user