Elgg  Version 1.11
email.php
Go to the documentation of this file.
1 <?php
13 $encoded_value = htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8');
14 
15 if (!empty($vars['value'])) {
16  echo "<a href=\"mailto:$encoded_value\">$encoded_value</a>";
17 }
$vars['class']
Definition: email.php:12
elgg echo
Translates a string.
Definition: languages.js:43
$encoded_value
Definition: email.php:13