Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Displays information about the author and the time of deletion. More... | |
if (!$entity instanceof\ElggEntity) | |
$imprint = elgg_extract('imprint', $vars) | |
$entity = elgg_extract('entity', $vars) |
Displays information about the author and the time of deletion.
$vars['entity'] The entity to show the information for $vars['byline'] Byline If not set, will display default author/container information If set to false, byline will not be rendered $vars['show_links'] Owner and container text should show as links (default: true) $vars['time'] Time of the post If not set, will display the time when the entity was created (time_created attribute) If set to false, time string will not be rendered $vars['time_icon'] Icon name to be used with time info Set to false to not render an icon Default is 'history' $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']
Definition at line 20 of file contents.php.
$imprint = elgg_extract('imprint', $vars) |
Definition at line 30 of file contents.php.
if(!$entity instanceof\ElggEntity) |
Definition at line 21 of file contents.php.