From 5ef2a0c3614771d3a380179137bd90e67892b656 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 27 Jun 2014 14:23:13 +0200 Subject: [PATCH] Minor - adding language translation. --- custompages/lostpassword.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/custompages/lostpassword.php b/custompages/lostpassword.php index 681fbefd35..38e446577c 100755 --- a/custompages/lostpassword.php +++ b/custompages/lostpassword.php @@ -3,19 +3,15 @@ /** * Quick form to ask for password reminder. * @package chamilo.custompages - */ -/** - * Initialization */ -require_once('../../main/inc/global.inc.php'); + +require_once('../../main/inc/global.inc.php'); require_once('language.php'); -/** - * HTML - */ + ?> - Password recovery + <?php echo custompages_get_lang('LostPassword');?> @@ -27,7 +23,7 @@ require_once('language.php');