Elgg
Version master
|
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.
@uses $vars['relationship'] the relationship
Definition at line 10 of file default.php.
if(! $relationship instanceof ElggRelationship) | ( | ! $relationship instanceof | ElggRelationship | ) |
Definition at line 11 of file default.php.