Elgg  Version 5.1
Variables
title.php File Reference

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)
 

Variable Documentation

if ($title===false) $relationship = elgg_extract('relationship', $vars)

Definition at line 14 of file title.php.

$title = elgg_extract('title', $vars, '')

Output relationship title.

$vars['relationship'] the relationship $vars['title'] title (false for no title, '' for default title)

Definition at line 9 of file title.php.

if($title=== ''&&$relationship instanceof ElggRelationship)

Definition at line 15 of file title.php.