Add picture link on RSS & mail notification.

git-svn-id: http://piwigo.org/svn/trunk@1802 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2007-02-11 00:06:14 +00:00
parent f18bded8a4
commit 8a8c80d440

View file

@ -534,7 +534,9 @@ function get_html_description_recent_post_date($date_detail)
foreach($date_detail['elements'] as $element)
{
$tn_src = get_thumbnail_url($element);
$description .= '<img src="'.$tn_src.'"/>';
$description .= '<a href="'.
make_picture_url(array('image_id' => $element['id']))
.'"><img src="'.$tn_src.'"/></a>';
}
$description .= '...<br/>';