1
0
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:
Paul S. Owen
2001-09-06 13:12:45 +00:00
parent 8a37c2bd5e
commit 1587ff6b0f
3 changed files with 139 additions and 144 deletions

View File

@@ -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),