Elgg  Version 1.9
Namespaces | Variables
online.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $user = elgg_get_page_owner_entity()
 
 $label_name = elgg_echo('usersettings:statistics:label:name')
 
 $label_email = elgg_echo('usersettings:statistics:label:email')
 
 $label_member_since = elgg_echo('usersettings:statistics:label:membersince')
 
 $label_last_login = elgg_echo('usersettings:statistics:label:lastlogin')
 
 $time_created = date("r", $user->time_created)
 
 $last_login = date("r", $user->last_login)
 
 $title = elgg_echo('usersettings:statistics:yourdetails')
 
 $content
 

Variable Documentation

Initial value:
= <<<__HTML
<table class="elgg-table-alt">
<tr class="odd">
<td class="column-one">$label_name</td>
<td>$user->name</td>
</tr>
<tr class="even">
<td class="column-one">$label_email</td>
<td>$user->email</td>
</tr>
<tr class="odd">
<td class="column-one">$label_member_since</td>
</tr>
<tr class="even">
<td class="column-one">$label_last_login</td>
</tr>
__HTML
$last_login
Definition: online.php:17
$label_name
Definition: online.php:11
$label_email
Definition: online.php:12
$label_member_since
Definition: online.php:13
$label_last_login
Definition: online.php:14
$time_created
Definition: online.php:16
$user
Definition: online.php:9
td
Definition: admin.php:63
elgg table alt tr
Definition: admin.php:412
table
Definition: admin.php:59

Definition at line 21 of file online.php.

$label_email = elgg_echo('usersettings:statistics:label:email')

Definition at line 12 of file online.php.

$label_last_login = elgg_echo('usersettings:statistics:label:lastlogin')

Definition at line 14 of file online.php.

$label_member_since = elgg_echo('usersettings:statistics:label:membersince')

Definition at line 13 of file online.php.

$label_name = elgg_echo('usersettings:statistics:label:name')

Definition at line 11 of file online.php.

$last_login = date("r", $user->last_login)

Definition at line 17 of file online.php.

$time_created = date("r", $user->time_created)

Definition at line 16 of file online.php.

$title = elgg_echo('usersettings:statistics:yourdetails')

Definition at line 19 of file online.php.

Definition at line 9 of file online.php.