aboutsummaryrefslogtreecommitdiff
path: root/views/php/search/entity_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/php/search/entity_list.php')
-rw-r--r--views/php/search/entity_list.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/views/php/search/entity_list.php b/views/php/search/entity_list.php
deleted file mode 100644
index c56874bdb..000000000
--- a/views/php/search/entity_list.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * Elgg default layout
- *
- * @package Elgg
- * @subpackage Core
- */
-
-$entities = $vars['entities'];
-if (is_array($entities) && sizeof($entities) > 0) {
- foreach($entities as $entity) {
- echo elgg_view_entity($entity);
- }
-} \ No newline at end of file