Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Configuration exception. | |
Variables | |
$username = elgg_extract('username', $vars) | |
if(!$username) | $user = get_user_by_username($username) |
$title = elgg_echo("usersettings:statistics") | |
$content = elgg_view("core/settings/statistics") | |
$params | |
$body = elgg_view_layout('one_sidebar', $params) | |
$body = elgg_view_layout('one_sidebar', $params) |
Definition at line 38 of file statistics.php.
$content = elgg_view("core/settings/statistics") |
Definition at line 31 of file statistics.php.
$params |
Definition at line 33 of file statistics.php.
$title = elgg_echo("usersettings:statistics") |
Definition at line 29 of file statistics.php.
if (!$username) $user = get_user_by_username($username) |
Definition at line 16 of file statistics.php.
$username = elgg_extract('username', $vars) |
Definition at line 11 of file statistics.php.