aboutsummaryrefslogtreecommitdiff
path: root/pages/entities/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/entities/list.php')
-rw-r--r--pages/entities/list.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/pages/entities/list.php b/pages/entities/list.php
new file mode 100644
index 000000000..280336cef
--- /dev/null
+++ b/pages/entities/list.php
@@ -0,0 +1,19 @@
+<?php
+/**
+ * Entity viewer
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd
+ * @link http://elgg.org/
+ */
+
+require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
+
+set_context('search');
+$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