diff options
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r-- | phpBB/includes/page_header.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 1572473695..39ff7c2180 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -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'], |