Elgg  Version 2.3
sidebar_alt.php
Go to the documentation of this file.
1 <?php
10 $sidebar = elgg_extract('sidebar_alt', $vars, '');
11 
12 echo $sidebar;
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:1375
$vars['entity']
$sidebar
Elgg secondary sidebar contents.
Definition: sidebar_alt.php:10