aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/page_header_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/page_header_admin.php')
-rw-r--r--phpBB/admin/page_header_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/page_header_admin.php b/phpBB/admin/page_header_admin.php
index c17e9d61d9..e9bdcfc0d3 100644
--- a/phpBB/admin/page_header_admin.php
+++ b/phpBB/admin/page_header_admin.php
@@ -81,8 +81,8 @@ else
$template->assign_vars(array(
"SITENAME" => $board_config['sitename'],
"PAGE_TITLE" => $page_title,
- "META_INFO" => $meta_tags,
+ "L_ADMIN" => $lang['Admin'],
"L_USERNAME" => $lang['Username'],
"L_PASSWORD" => $lang['Password'],
"L_INDEX" => $lang['Forum_Index'],