diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 11:37:05 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 11:37:05 +0000 |
commit | 82ea2ff624246bc41c02d102a5f78f35da9aeae1 (patch) | |
tree | a6640627cc94170ef4071e00348e226c234843f3 | |
parent | dcb68462daa40de7207ba6c2dc819c1a29b2df91 (diff) |
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
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |