Elgg  Version master
Variables
title.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_extract('title', $vars, '')
 Output annotation title. More...
 
if($title===false) $annotation = elgg_extract('annotation', $vars)
 
if($title=== ''&&$annotation instanceof\ElggAnnotation) if (elgg_is_empty($title))
 

Variable Documentation

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

Definition at line 14 of file title.php.

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

Output annotation title.

$vars['annotation'] ElggAnnotation $vars['title'] title (false for no title, '' for default title)

Definition at line 9 of file title.php.

if ($title=== ''&&$annotation instanceof\ElggAnnotation) if(elgg_is_empty($title))

Definition at line 24 of file title.php.