From 22e0536a05bbb6bca313dd05225bc4bb1963e0dc Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 6 Jan 2005 16:33:04 +0000 Subject: - Group permission delivery - Reorganisation of common.lang.php git-svn-id: http://piwigo.org/svn/trunk@671 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index a395e72ca..6bce5e447 100644 --- a/identification.php +++ b/identification.php @@ -61,7 +61,7 @@ SELECT id, password // // Start output of page // -$title = $lang['ident_page_title']; +$title = $lang['identification']; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array('identification'=>'identification.tpl') ); @@ -70,7 +70,7 @@ $template->assign_vars( array( 'MAIL_ADMIN' => $conf['mail_webmaster'], - 'L_TITLE' => $lang['ident_title'], + 'L_TITLE' => $lang['identification'], 'L_USERNAME' => $lang['login'], 'L_PASSWORD' => $lang['password'], 'L_LOGIN' => $lang['submit'], -- cgit v1.2.3