Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/social/data_personal.inc.php

13 lines
451 B

<?php
$language_file = array('registration','messages','userInfo','admin');
require_once ('../inc/global.inc.php');
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div class="actions"><?php echo utf8_encode(get_lang('MyPersonalData')) ?></div></td>
</tr>
<tr>
<td><a href="../auth/profile.php?show=1"><?php echo utf8_encode(get_lang('AlterPersonalData'));?></a>
</td>
</tr>
</table>