Elgg
Version 6.2
|
Go to the source code of this file.
Variables | |
$relationship = elgg_extract('relationship', $vars) | |
Displays the imprint for the relationship. More... | |
if (! $relationship instanceof ElggRelationship) | |
$imprint = elgg_extract('imprint', $vars) | |
$imprint = elgg_extract('imprint', $vars) |
Definition at line 17 of file contents.php.
$relationship = elgg_extract('relationship', $vars) |
Displays the imprint for the relationship.
@uses $vars['relationship'] ElggRelationship @uses $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']
Definition at line 10 of file contents.php.
if(! $relationship instanceof ElggRelationship) | ( | ! $relationship instanceof | ElggRelationship | ) |
Definition at line 11 of file contents.php.