Replace some $lang by l10n

git-svn-id: http://piwigo.org/svn/trunk@2014 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-05-15 20:23:09 +00:00
parent 88d47f2332
commit 75bfe8b667
7 changed files with 20 additions and 28 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ if (isset($_POST['submit']))
{
if ($_POST['password'] != $_POST['password_conf'])
{
array_push($errors, $lang['reg_err_pass']);
array_push($errors, l10n('reg_err_pass'));
}
$errors =
@@ -91,7 +91,7 @@ $email = !empty($_POST['mail_address'])?$_POST['mail_address']:'';
//
// Start output of page
//
$title= $lang['register_page_title'];
$title= l10n('register_page_title');
$page['body_id'] = 'theRegisterPage';
include(PHPWG_ROOT_PATH.'include/page_header.php');