diff options
Diffstat (limited to 'pages/entities')
-rw-r--r-- | pages/entities/list.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pages/entities/list.php b/pages/entities/list.php deleted file mode 100644 index c926de42e..000000000 --- a/pages/entities/list.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/** - * Entity viewer - * - * @package Elgg - * @subpackage Core - */ - -elgg_push_context('search'); -$area2 = elgg_list_entities(); -elgg_pop_context(); - -$body = elgg_view_layout('two_column_left_sidebar', $area1, $area2); - -echo elgg_view_page("", $body);
\ No newline at end of file |