Minor - adding language translation.

1.9.x
Julio Montoya 12 years ago
parent 595fafbc59
commit 5ef2a0c361
  1. 10
      custompages/lostpassword.php

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

Loading…
Cancel
Save