Elgg
Version master
|
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.
@uses $vars['annotation'] ElggAnnotation @uses $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)) | ( | elgg_is_empty( $subtitle) | ) |
Definition at line 18 of file subtitle.php.