Elgg
Version master
|
Go to the source code of this file.
Variables | |
$title = elgg_extract('title', $vars, '') | |
Output relationship title. More... | |
if($title===false) | $relationship = elgg_extract('relationship', $vars) |
if ( $title==='' &&$relationship instanceof ElggRelationship) | |
if ( $title===false) $relationship = elgg_extract('relationship', $vars) |
$title = elgg_extract('title', $vars, '') |
if($title==='' && $relationship instanceof ElggRelationship) | ( | $title = == '' && $relationship instanceof ElggRelationship | ) |