aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/identification.php b/identification.php
index 5800e109c..7a444dd51 100644
--- a/identification.php
+++ b/identification.php
@@ -85,14 +85,6 @@ $template->set_filenames( array('identification'=>'identification.tpl') );
$template->assign_vars(
array(
- 'L_TITLE' => $lang['identification'],
- 'L_USERNAME' => $lang['Username'],
- 'L_PASSWORD' => $lang['password'],
- 'L_LOGIN' => $lang['submit'],
- 'L_GUEST' => $lang['ident_guest_visit'],
- 'L_REGISTER' => $lang['ident_register'],
- 'L_FORGET' => $lang['ident_forgotten_password'],
- 'L_REMEMBER_ME'=>$lang['remember_me'],
'U_REGISTER' => PHPWG_ROOT_PATH.'register.php',
'U_LOST_PASSWORD' => PHPWG_ROOT_PATH.'password.php',