Changeset 1802


Ignore:
Timestamp:
Feb 11, 2007, 1:06:14 AM (17 years ago)
Author:
rub
Message:

Add picture link on RSS & mail notification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_notification.inc.php

    r1789 r1802  
    535535  {
    536536    $tn_src = get_thumbnail_url($element);
    537     $description .= '<img src="'.$tn_src.'"/>';
     537    $description .= '<a href="'.
     538                    make_picture_url(array('image_id' => $element['id']))
     539                    .'"><img src="'.$tn_src.'"/></a>';
    538540  }
    539541  $description .= '...<br/>';
Note: See TracChangeset for help on using the changeset viewer.