aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r--phpBB/includes/page_header.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 24cda764e7..675794dcee 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -280,14 +280,6 @@ $template->assign_vars(array(
'L_LOGIN_LOGOUT' => $l_login_logout,
'L_INDEX' => $user->lang['Forum_Index'],
- 'L_FAQ' => $user->lang['FAQ'],
- 'L_REGISTER' => $user->lang['Register'],
- 'L_PROFILE' => $user->lang['Profile'],
- 'L_SEARCH' => $user->lang['Search'],
- 'L_PRIVATEMSGS' => $user->lang['Private_Messages'],
- 'L_MEMBERLIST' => $user->lang['Memberlist'],
- 'L_USERGROUPS' => $user->lang['Usergroups'],
- 'L_WHO_IS_ONLINE' => $user->lang['Who_is_Online'],
'U_PRIVATEMSGS' => 'privmsg.'.$phpEx.$SID.'&folder=inbox',
'U_MEMBERLIST' => 'memberlist.'.$phpEx.$SID,