blob: 6d96076f871296808cfbe879ce6fc43b9ab80c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
/**
* Elgg user main settings page.
* Functions for adding and manipulating options on the user settings panel.
*
* @package Elgg
* @subpackage Core
* @author Curverider Ltd
* @link http://elgg.org/
*/
// Description of what's going on
echo "<p>" . elgg_view('output/longtext', array('value' => elgg_echo("usersettings:description"))) . "</p>";
|