Elgg
Version 6.1
|
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)) |
if ($title===false) $annotation = elgg_extract('annotation', $vars) |
$title = elgg_extract('title', $vars, '') |
Output annotation title.
$vars['annotation'] ElggAnnotation $vars['title'] title (false for no title, '' for default title)
if ($title=== ''&&$annotation instanceof\ElggAnnotation) if(elgg_is_empty($title)) |