mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Replace some $lang by l10n
git-svn-id: http://piwigo.org/svn/trunk@2014 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user