aboutsummaryrefslogtreecommitdiff
path: root/views/json/search/entity_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/json/search/entity_list.php')
-rw-r--r--views/json/search/entity_list.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/views/json/search/entity_list.php b/views/json/search/entity_list.php
deleted file mode 100644
index 6e65b3010..000000000
--- a/views/json/search/entity_list.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
- /**
- * Elgg default layout
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- */
-
- $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