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:
parent
f18bded8a4
commit
8a8c80d440
1 changed files with 3 additions and 1 deletions
|
@ -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/>';
|
||||
|
||||
|
|
Loading…
Reference in a new issue