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:
patdenice
2008-05-20 00:58:32 +00:00
parent 732c696582
commit 4745f49130
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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>';
}