From e01240611f2a94d0a194235f2f83323049ad1a74 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 29 Oct 2011 13:01:05 -0400 Subject: Refs #3201 updates json river views and removed old search view --- views/json/search/entity_list.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 views/json/search/entity_list.php (limited to 'views/json/search/entity_list.php') diff --git a/views/json/search/entity_list.php b/views/json/search/entity_list.php deleted file mode 100644 index c778bf5df..000000000 --- a/views/json/search/entity_list.php +++ /dev/null @@ -1,14 +0,0 @@ - 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } -} -- cgit v1.2.3