Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$subtitle = elgg_extract('subtitle', $vars, '') | |
Output annotation subtitle. More... | |
if($subtitle===false) if($subtitle=== '') | if (elgg_is_empty($subtitle)) |
$subtitle = elgg_extract('subtitle', $vars, '') |
Output annotation subtitle.
$vars['annotation'] ElggAnnotation $vars['subtitle'] Subtitle (false for no subtitle, '' for default subtitle)
Definition at line 9 of file subtitle.php.
if ($subtitle===false) if ($subtitle=== '') if(elgg_is_empty($subtitle)) |
Definition at line 18 of file subtitle.php.