mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Did some work converting lang file stuff to new format
git-svn-id: file:///svn/phpbb/trunk@366 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -131,7 +131,7 @@ else
|
||||
$username = ($userdata['user_id'] != ANONYMOUS) ? $userdata['username'] : "";
|
||||
|
||||
$template->assign_vars(array(
|
||||
"L_SEND_PASSWORD" => $l_resend_password,
|
||||
"L_SEND_PASSWORD" => $lang['Forgotten_password'],
|
||||
|
||||
"FORWARD_PAGE" => $forward_page,
|
||||
"USERNAME" => $username,
|
||||
|
Reference in New Issue
Block a user