Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
output
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
$vars['class']
Definition:
email.php:12
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$encoded_value
$encoded_value
Definition:
email.php:13
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11