diff options
Diffstat (limited to 'entities/list.php')
-rw-r--r-- | entities/list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/entities/list.php b/entities/list.php index 52a5eafef..5fed930b0 100644 --- a/entities/list.php +++ b/entities/list.php @@ -13,9 +13,9 @@ require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
set_context('search');
- $body = list_entities("","",0,10,false);
+ $area2 = list_entities("","",0,10,false);
set_context('entities');
- $body = elgg_view_layout('one_column',$body);
+ $body = elgg_view_layout('two_column_left_sidebar',$area1, $area2);
echo page_draw("",$body);
?>
\ No newline at end of file |