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/object/image.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 views/rss/object/image.php (limited to 'views/rss/object') diff --git a/views/rss/object/image.php b/views/rss/object/image.php new file mode 100644 index 000000000..dafc05f45 --- /dev/null +++ b/views/rss/object/image.php @@ -0,0 +1,19 @@ +title; +$descr = $vars['entity']->description; +$download = $vars['url'] . 'pg/photos/download/' . $vars['entity']->guid . '/inline/'; +$base_url = $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid='; +?> + + + <?php echo $title; ?> + guid . '&size=large'; ?> + + time_created); ?> + getURL(); ?> + + + + + \ No newline at end of file -- cgit v1.2.3