From a59072a6632b4c9cd253c708fa362876ff5fa798 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 25 Jun 2008 00:05:19 +0000 Subject: [PATCH] add a couple of mediarss tags git-svn-id: file:///home/shish/svn/shimmie2/trunk@907 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/rss_images/main.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/rss_images/main.php b/contrib/rss_images/main.php index 453f46f4..2aa98c49 100644 --- a/contrib/rss_images/main.php +++ b/contrib/rss_images/main.php @@ -50,6 +50,8 @@ class RSS_Images extends Extension { $link = make_link("post/view/{$image->id}"); $tags = $image->get_tag_list(); $owner = $image->get_owner(); + $thumb_url = $image->get_thumb_link(); + $image_url = $image->get_image_link(); $posted = strftime("%a, %d %b %Y %T %Z", $image->posted_timestamp); $content = html_escape( "

" . Themelet::build_thumb_html($image) . "

" . @@ -63,6 +65,8 @@ class RSS_Images extends Extension { $link $posted $content + + "; } @@ -71,7 +75,7 @@ class RSS_Images extends Extension { $base_href = $config->get_string('base_href'); $version = VERSION; $xml = "<"."?xml version=\"1.0\" encoding=\"utf-8\" ?"."> - + $title The latest uploads to the image board