Elgg  Version 1.9
Namespaces | Variables
statistics.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

if((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $title = elgg_echo("usersettings:statistics")
 
 $content = elgg_view("core/settings/statistics")
 
 $params
 
 $body = elgg_view_layout('one_sidebar', $params)
 

Variable Documentation

$body = elgg_view_layout('one_sidebar', $params)

Definition at line 26 of file statistics.php.

$content = elgg_view("core/settings/statistics")

Definition at line 20 of file statistics.php.

$params
Initial value:
= array(
'content' => $content,
'title' => $title,
)
$content
Definition: statistics.php:20
if((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $title
Definition: statistics.php:18

Definition at line 22 of file statistics.php.

if ((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $title = elgg_echo("usersettings:statistics")

Definition at line 18 of file statistics.php.