Elgg  Version 5.1
sidebar_alt.php
Go to the documentation of this file.
1 <?php
10 echo elgg_extract('sidebar_alt', $vars, '');
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
$vars
Definition: theme.php:5