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
This commit is contained in:
z0rglub
2003-10-05 11:37:05 +00:00
parent dcb68462da
commit 82ea2ff624
+1 -1
View File
@@ -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