From 58fd575a7b28936455baea2856b1d5613d29b477 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 11 Dec 2009 12:54:14 +0000 Subject: working on adding rss feeds for all listing pages --- views/rss/tidypics/gallery.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 views/rss/tidypics/gallery.php (limited to 'views/rss/tidypics/gallery.php') diff --git a/views/rss/tidypics/gallery.php b/views/rss/tidypics/gallery.php new file mode 100644 index 000000000..2fcf2ac76 --- /dev/null +++ b/views/rss/tidypics/gallery.php @@ -0,0 +1,18 @@ + 0) { + foreach($entities as $entity) { + echo elgg_view_entity($entity); + } +} + +?> \ No newline at end of file -- cgit v1.2.3