Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
output
dropdown.php
Go to the documentation of this file.
1
<?php
9
echo
htmlspecialchars(
elgg_extract
(
'value'
,
$vars
,
''
), ENT_QUOTES,
'UTF-8'
,
false
);
elgg_extract
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition:
elgglib.php:547
echo
elgg echo
Translates a string.
Definition:
deprecated.js:530
$vars
$vars['head']
Definition:
html.php:24
Generated on Wed May 31 2023 00:00:26 for Elgg by
1.8.11