Elgg
Version master
|
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_view('relationship/elements/imprint/contents', $vars) |
if (elgg_is_empty( $imprint)) | |
if (! $relationship instanceof ElggRelationship) $imprint = elgg_view('relationship/elements/imprint/contents', $vars) |
Definition at line 13 of file imprint.php.
$relationship = elgg_extract('relationship', $vars) |
Displays the imprint for the relationship.
@uses $vars['relationship'] ElggRelationship
Definition at line 8 of file imprint.php.
if(elgg_is_empty($imprint)) | ( | elgg_is_empty( $imprint) | ) |
Definition at line 14 of file imprint.php.