aboutsummaryrefslogtreecommitdiff
path: root/views/ical/search/entity_list.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-10-25 07:56:31 -0400
committerCash Costello <cash.costello@gmail.com>2011-10-25 07:56:31 -0400
commit65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c (patch)
treea29068973073e925d933e4450eb28c8a6f1ee867 /views/ical/search/entity_list.php
parente1b8b96b1eaf41416ce08574c5b9b51530947cf0 (diff)
downloadelgg-65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c.tar.gz
elgg-65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c.tar.bz2
Refs #3201 a working ical view type
Diffstat (limited to 'views/ical/search/entity_list.php')
-rw-r--r--views/ical/search/entity_list.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/views/ical/search/entity_list.php b/views/ical/search/entity_list.php
deleted file mode 100644
index 38c19fbb7..000000000
--- a/views/ical/search/entity_list.php
+++ /dev/null
@@ -1,13 +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