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:
patdenice
2008-05-20 00:56:49 +00:00
parent eb975a8cda
commit 9300a7118d
3 changed files with 4 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ function create_navigation_bar(
if ($cur_page != 1)
{
$navbar.=
'<a href="'.$url.'" rel="start">'
'<a href="'.$url.'" rel="first">'
.l10n('first_page')
.'</a>';
}