Elgg  Version 5.0
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars, '')
 Outputs object title. More...
 
if($title===false) $entity = elgg_extract('entity', $vars)
 
 if ($title=== ''&&$entity instanceof ElggEntity)
 

Variable Documentation

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

Definition at line 14 of file title.php.

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

Outputs object title.

$vars['entity'] ElggEntity $vars['title'] Title link (optional) false = no title, '' = default

Definition at line 9 of file title.php.

if($title=== ''&&$entity instanceof ElggEntity)

Definition at line 15 of file title.php.