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');