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.
14 lines
428 B
14 lines
428 B
|
17 years ago
|
<?php
|
||
|
|
require ('../inc/global.inc.php');
|
||
|
|
$language_file = array('registration','messages');
|
||
|
|
?>
|
||
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
|
<tr>
|
||
|
|
<td><div class="actions"><?php echo utf8_encode(get_lang('MyDataPersonal')) ?></div></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><a href="../auth/profile.php?show=1"><?php echo utf8_encode(get_lang("AlterDataPersonal"));?></a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|