mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Some minor alterations to template/language
git-svn-id: file:///svn/phpbb/trunk@992 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -127,6 +127,9 @@ if ( isset($HTTP_GET_VARS['submit']) ) {
|
||||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"L_USER_TITLE" => $lang['User'] . " " . $lang['User_admin'],
|
||||
"L_USER_EXPLAIN" => $lang['User_admin_explain'],
|
||||
|
||||
"USERNAME" => stripslashes($username),
|
||||
"EMAIL" => stripslashes($email),
|
||||
"YIM" => stripslashes($yim),
|
||||
|
Reference in New Issue
Block a user