From 82ea2ff624246bc41c02d102a5f78f35da9aeae1 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 5 Oct 2003 11:37:05 +0000 Subject: [PATCH] Enable the use of another $lang item for "login" link in the menu. git-svn-id: http://piwigo.org/svn/trunk@175 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/category.php b/category.php index 686a7508b..3eb7bc095 100644 --- a/category.php +++ b/category.php @@ -156,7 +156,7 @@ if ( !$user['is_the_guest'] ) else { $vtp->setVar( $handle, 'summary.title', $lang['hint_login'] ); - $vtp->setVar( $handle, 'summary.name', replace_space( $lang['login'] ) ); + $vtp->setVar( $handle, 'summary.name', replace_space( $lang['menu_login'])); } $vtp->closeSession( $handle, 'summary' ); // links for registered users