1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Fixed some language strings, added some handy things to viewtopic

git-svn-id: file:///svn/phpbb/trunk@1578 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-12-15 01:55:43 +00:00
parent 652a03df3f
commit 1f6b7aa567
5 changed files with 15 additions and 6 deletions

View File

@@ -248,6 +248,9 @@ $template->assign_vars(array(
"PRIVMSG_IMG" => $icon_pm,
"PHP_SELF" => $PHP_SELF,
"REQUEST_URI" => $REQUEST_URI,
"L_USERNAME" => $lang['Username'],
"L_PASSWORD" => $lang['Password'],
"L_LOGIN" => $lang['Login'],