From ae6bea4b0b40a94edb0c5271d279f3bdcca6a0c1 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 20 Mar 2011 21:02:38 +0000 Subject: Refs #3197 fixed layout views for RSS viewtype git-svn-id: http://code.elgg.org/elgg/trunk@8785 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/layout/objects/image_block.php | 7 ------- views/rss/layout/objects/list.php | 14 -------------- 2 files changed, 21 deletions(-) delete mode 100644 views/rss/layout/objects/image_block.php delete mode 100644 views/rss/layout/objects/list.php (limited to 'views/rss/layout/objects') diff --git a/views/rss/layout/objects/image_block.php b/views/rss/layout/objects/image_block.php deleted file mode 100644 index ff94bcff2..000000000 --- a/views/rss/layout/objects/image_block.php +++ /dev/null @@ -1,7 +0,0 @@ - 0) { - foreach ($items as $item) { - echo elgg_view_list_item($item, $vars); - } -} \ No newline at end of file -- cgit v1.2.3