Go to the source code of this file.
◆ $params
Initial value:= array(
'text' =>
$vars[
'value'],
'encode_text' => true,
'rel' => 'tag',
)
if(!empty($vars['type'])) if(!empty($vars['subtype'])) $url
Definition at line 36 of file tag.php.
◆ $query_params [1/3]
if (empty( $vars[ 'value']) &&$vars[ 'value'] !==0 &&$vars[ 'value'] !=='0') $query_params = array() |
Elgg single tag output.
Accepts all output/url options
@uses $vars['value'] String @uses $vars['type'] The entity type, optional @uses $vars['subtype'] The entity subtype, optional @uses $vars['base_url'] Base URL for tag link, optional, defaults to search URL
Definition at line 16 of file tag.php.
◆ $query_params [2/3]
$query_params["q"] = $vars['value'] |
◆ $query_params [3/3]
$query_params["search_type"] = "tags" |
◆ $url
$url = !empty($vars['base_url']) ? $vars['base_url'] : 'search' |