From a557904d2a1389ef05c05a38bc363227487ea834 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 22 Nov 2006 02:49:58 +0000 Subject: language cleanup (removed duplicate messages and use {lang:} instead of template->assign_var) git-svn-id: http://piwigo.org/svn/trunk@1615 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'identification.php') 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', -- cgit v1.2.3