From 0bf126df31d7a1c5776b53d53fd95189f87ec7c1 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 16 Mar 2015 17:37:35 -0500 Subject: [PATCH] Remove all get_lang('lang...') - refs #4467 --- custompages/first_login-dist.php | 4 ++-- custompages/index-unlogged-dist.php | 6 +++--- custompages/lostpassword-dist.php | 4 ++-- plugin/ticket/src/new_ticket.php | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/custompages/first_login-dist.php b/custompages/first_login-dist.php index eb909166aa..e131522f5a 100644 --- a/custompages/first_login-dist.php +++ b/custompages/first_login-dist.php @@ -88,9 +88,9 @@ if ($_GET['invalid'] == 2) { }?>
- +
- +
diff --git a/custompages/index-unlogged-dist.php b/custompages/index-unlogged-dist.php index 88ae4db421..231fa1923b 100644 --- a/custompages/index-unlogged-dist.php +++ b/custompages/index-unlogged-dist.php @@ -92,7 +92,7 @@ $rootWeb = api_get_path('WEB_PATH');

- +
@@ -103,12 +103,12 @@ $rootWeb = api_get_path('WEB_PATH'); - +
- + diff --git a/custompages/lostpassword-dist.php b/custompages/lostpassword-dist.php index df2744156c..fa31e756cf 100644 --- a/custompages/lostpassword-dist.php +++ b/custompages/lostpassword-dist.php @@ -43,7 +43,7 @@ require_once('language.php');
@@ -57,7 +57,7 @@ require_once('language.php');
- +