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/page/components/list.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/rss/page/components/list.php (limited to 'views/rss/page/components/list.php') diff --git a/views/rss/page/components/list.php b/views/rss/page/components/list.php new file mode 100644 index 000000000..2650fc006 --- /dev/null +++ b/views/rss/page/components/list.php @@ -0,0 +1,14 @@ + 0) { + foreach ($items as $item) { + echo elgg_view_list_item($item, $vars); + } +} \ No newline at end of file -- cgit v1.2.3