Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$relationship = elgg_extract('relationship', $vars) | |
Displays information about the time of the relationship. More... | |
if(!$relationship instanceof ElggRelationship) | $time = elgg_extract('time', $vars, $relationship->time_created) |
if(empty($time)) | $content = elgg_view_friendly_time($time) |
$time_href = elgg_extract('time_href', $vars) | |
if (!empty($time_href)) | |
if (empty($time)) $content = elgg_view_friendly_time($time) |
$relationship = elgg_extract('relationship', $vars) |
Displays information about the time of the relationship.
$vars['relationship'] ElggRelationship $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['time_href'] Optional link to set on the friendly time text
if (!$relationship instanceof ElggRelationship) $time = elgg_extract('time', $vars, $relationship->time_created) |
$time_href = elgg_extract('time_href', $vars) |