Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$relationship = elgg_extract('relationship', $vars) | |
Elgg default relationship view. More... | |
if (!$relationship instanceof ElggRelationship) | |
$relationship = elgg_extract('relationship', $vars) |
Elgg default relationship view.
$vars['relationship'] the relationship
Definition at line 10 of file default.php.
if(!$relationship instanceof ElggRelationship) |
Definition at line 11 of file default.php.