Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$value = elgg_extract('value', $vars) | |
Elgg email output Displays an email address that was entered using an email input field. More... | |
if(empty($value)) | $vars ['href'] = "mailto:{$value}" |
$vars ['encode_text'] = true | |
$vars ['text'] = elgg_extract('text', $vars, $value) | |
$vars ['allowed_schemes'] = ['mailto'] | |
$value = elgg_extract('value', $vars) |
$vars['text'] = elgg_extract('text', $vars, $value) |