Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$tags = elgg_extract('tags', $vars, '') | |
Output object tags. More... | |
if($tags===false) | $entity = elgg_extract('entity', $vars) |
if ($tags=== ''&&$entity instanceof ElggEntity) | |
if ($tags===false) $entity = elgg_extract('entity', $vars) |
$tags = elgg_extract('tags', $vars, '') |
Output object tags.
$vars['entity'] ElggEntity $vars['tags'] HTML for the tags (default is tags on entity, pass false for no tags)
if($tags=== ''&&$entity instanceof ElggEntity) |