Elgg
Version 6.2
|
Go to the source code of this file.
Variables | |
$value = elgg_extract('value', $vars) | |
Elgg single tag output. More... | |
if(elgg_is_empty($value)) | $href = elgg_extract('href', $vars) |
$vars ['rel'] = 'tag' | |
if($href) | else |
if (elgg_is_empty( $value)) $href = elgg_extract('href', $vars) |
$value = elgg_extract('value', $vars) |
Elgg single tag output.
Accepts all output/url options
@uses $vars['value'] String, text of the tag @uses $vars['base_url'] Base URL for tag link, optional, usable in view var hooks @uses $vars['href'] URL for tag link, optional, if left empty only text is shown
if ( $href) else |