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
This commit is contained in:
parent
32a7950e9d
commit
a557904d2a
6 changed files with 6 additions and 28 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue