aboutsummaryrefslogtreecommitdiff
path: root/views/default/usersettings/main_opt/user.php
blob: 92b09cae0640c370c12b9687daf59b911a3ac536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Elgg user sub-component on the main menu.
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 */
?>
<div class="admin-menu-option">
	<h2><?php echo elgg_echo('usersettings:user'); ?> </h2>
	<p><?php echo elgg_echo('usersettings:user:opt:description'); ?><br />
	<a href="<?php echo $CONFIG->wwwroot . "pg/settings/user/"; ?>"><?php echo elgg_echo('usersettings:user:opt:linktext'); ?></a></p>
</div>