From 4745f491302ee5f6b0bb690a1a16bcecb92666d1 Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 20 May 2008 00:58:32 +0000 Subject: 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 --- include/functions_html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_html.inc.php') diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 0d5ae0d29..d8bdb833c 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -105,7 +105,7 @@ function create_navigation_bar( if ($cur_page != 1) { $navbar.= - '' + '' .l10n('first_page') .''; } -- cgit v1.2.3