Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
page
layouts
elements
sidebar_alt.php
Go to the documentation of this file.
1
<?php
2
9
$sidebar_alt
=
elgg_extract
(
'sidebar_alt'
,
$vars
);
10
if
(!
$sidebar_alt
) {
11
return
;
12
}
13
?>
14
<div
class
=
"elgg-sidebar-alt elgg-layout-sidebar-alt clearfix"
>
15
<?=
$sidebar_alt
?>
16
</div>
$sidebar_alt
$sidebar_alt
Second layout sidebar.
Definition:
sidebar_alt.php:9
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:1131
$vars
$vars['type']
Definition:
save.php:11
Generated on Tue Mar 2 2021 00:00:21 for Elgg by
1.8.11