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