14 $name = htmlspecialchars(
$name, ENT_NOQUOTES,
'UTF-8');
35 $path = htmlspecialchars(
$site_url[
'path'], ENT_NOQUOTES,
'UTF-8');
43 <title><![CDATA[
$title]]></title>
elgg_strip_tags($string, $allowable_tags=null)
Strip tags and offer plugins the chance.
elgg parse_url
Parse a URL into its parts.
elgg_echo($message_key, array $args=[], $language="")
Given a message key, returns an appropriately translated full-text string.
$item
Layout of a river item.
if(!$site) if(!($site instanceof ElggSite)) $site description
elgg echo
Translates a string.
elgg_get_site_url()
Get the URL for the current (or specified) site, ending with "/".
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.