From c16cebf3faf325d9a4ca8c7b5ef66055a2b9bcbf Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 1 Aug 2008 17:59:04 +0000 Subject: Fixed OpenDD feeds git-svn-id: https://code.elgg.org/elgg/trunk@1660 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/opendd/search/entity_list.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 views/opendd/search/entity_list.php (limited to 'views/opendd/search/entity_list.php') diff --git a/views/opendd/search/entity_list.php b/views/opendd/search/entity_list.php new file mode 100644 index 000000000..8864b62da --- /dev/null +++ b/views/opendd/search/entity_list.php @@ -0,0 +1,9 @@ + 0) { + foreach($entities as $entity) + echo elgg_view_entity($entity); + } + +?> \ No newline at end of file -- cgit v1.2.3