mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user