aboutsummaryrefslogtreecommitdiff
path: root/views/rss/search
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/search')
-rw-r--r--views/rss/search/entity_list.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/views/rss/search/entity_list.php b/views/rss/search/entity_list.php
deleted file mode 100644
index 8864b62da..000000000
--- a/views/rss/search/entity_list.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
- $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