aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-02-12 03:04:19 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-02-12 03:04:19 +0000
commite81ed1cc0add78dc3d96cca0a92205d6c226679b (patch)
treece06bf8f64441d31f2a417eb92b91f6f86b67a6a
parentc4de58830b6078d35faf262cb235b6f6930c0279 (diff)
downloadforums-e81ed1cc0add78dc3d96cca0a92205d6c226679b.tar
forums-e81ed1cc0add78dc3d96cca0a92205d6c226679b.tar.gz
forums-e81ed1cc0add78dc3d96cca0a92205d6c226679b.tar.bz2
forums-e81ed1cc0add78dc3d96cca0a92205d6c226679b.tar.xz
forums-e81ed1cc0add78dc3d96cca0a92205d6c226679b.zip
Minor update to template vars.
git-svn-id: file:///svn/phpbb/trunk@2098 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 9b3f61b06a..40aa161c5e 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -343,8 +343,6 @@ $template->assign_vars(array(
"PRIVMSG_IMG" => $icon_pm,
- "REQUEST_URI" => $REQUEST_URI,
-
"L_USERNAME" => $lang['Username'],
"L_PASSWORD" => $lang['Password'],
"L_LOGIN" => $lang['Login'],