|
|
|
|
@ -4,18 +4,14 @@ |
|
|
|
|
* Quick form to ask for password reminder. |
|
|
|
|
* @package chamilo.custompages |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* Initialization |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
require_once('../../main/inc/global.inc.php'); |
|
|
|
|
require_once('language.php'); |
|
|
|
|
/** |
|
|
|
|
* HTML |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
?> |
|
|
|
|
<html> |
|
|
|
|
<head> |
|
|
|
|
<title>Password recovery</title> |
|
|
|
|
<title><?php echo custompages_get_lang('LostPassword');?></title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
|
|
|
<!--[if !IE 6]><!--> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../custompages/style.css" /> |
|
|
|
|
|