Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Displays information about the location and briefdescription of the user. More... | |
if (!$entity instanceof ElggUser) | |
$imprint = elgg_extract('imprint', $vars) | |
$entity = elgg_extract('entity', $vars) |
Displays information about the location and briefdescription of the user.
$vars['entity'] The user to show the information for $vars['location'] The location of the user $vars['briefdescription'] The briefdescription of the user $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']
Definition at line 12 of file contents.php.
$imprint = elgg_extract('imprint', $vars) |
Definition at line 20 of file contents.php.
if(!$entity instanceof ElggUser) |
Definition at line 13 of file contents.php.