aboutsummaryrefslogtreecommitdiff
path: root/entities/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'entities/list.php')
-rw-r--r--entities/list.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/entities/list.php b/entities/list.php
index c121d010c..280336cef 100644
--- a/entities/list.php
+++ b/entities/list.php
@@ -1,6 +1,6 @@
<?php
/**
- * Activity viewer
+ * Entity viewer
*
* @package Elgg
* @subpackage Core
@@ -9,8 +9,11 @@
*/
require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
+
set_context('search');
-$area2 = elgg_list_entities("","",0,10,false);
+$area2 = elgg_list_entities();
set_context('entities');
-$body = elgg_view_layout('two_column_left_sidebar',$area1, $area2);
-page_draw("",$body); \ No newline at end of file
+
+$body = elgg_view_layout('two_column_left_sidebar', $area1, $area2);
+
+page_draw("", $body); \ No newline at end of file