aboutsummaryrefslogtreecommitdiff
path: root/views/default/canvas/layouts/sidebar_boxes.php
blob: 6e6f80c2180a78d3c067f864f033969de01c5faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php

	/**
	 * Elgg 2 column left sidebar with boxes
	 * 
	 * @package Elgg
	 * @subpackage Core

	 * @author Curverider Ltd

	 * @link http://elgg.org/
	 */

?>

<!-- left sidebar -->
<div id="two_column_left_sidebar_boxes">

     <?php if (isset($vars['area1'])) echo $vars['area1']; ?>
	 <?php if (isset($vars['area3'])) echo $vars['area3']; ?>

</div><!-- /two_column_left_sidebar -->

<!-- main content -->
<div id="two_column_left_sidebar_maincontent_boxes">

<?php if (isset($vars['area2'])) echo $vars['area2']; ?>

</div><!-- /two_column_left_sidebar_maincontent -->