Elgg  Version 2.3
sidebar_alt.php
Go to the documentation of this file.
1 <?php
10 $sidebar = elgg_extract('sidebar_alt', $vars, '');
11 
$vars['entity']
elgg echo
Translates a string.
Definition: languages.js:48
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