diff options
Diffstat (limited to 'views/rss/layout/objects/list.php')
-rw-r--r-- | views/rss/layout/objects/list.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/views/rss/layout/objects/list.php b/views/rss/layout/objects/list.php deleted file mode 100644 index 2650fc006..000000000 --- a/views/rss/layout/objects/list.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * RSS list view - * - * @uses $vars['items'] - */ - -$items = $vars['items']; - -if (is_array($items) && sizeof($items) > 0) { - foreach ($items as $item) { - echo elgg_view_list_item($item, $vars); - } -}
\ No newline at end of file |