aboutsummaryrefslogtreecommitdiff
path: root/entities/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'entities/list.php')
-rw-r--r--entities/list.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/entities/list.php b/entities/list.php
deleted file mode 100644
index 280336cef..000000000
--- a/entities/list.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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