mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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/>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user