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