Ignore:
Timestamp:
Mar 4, 2007, 10:36:30 AM (17 years ago)
Author:
rub
Message:

Remove "TODO" on picture display showed on the caddie...

File:
1 edited

Legend:

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

    r1864 r1868  
    7575  $thumbnail_url = get_thumbnail_url($row);
    7676
    77   // message in title for the thumbnail
    78   $thumbnail_title = $row['file'];
    79   if (isset($row['filesize']))
    80   {
    81     $thumbnail_title .= ' : '.$row['filesize'].' KB';
    82   }
    83 
    8477  // link on picture.php page
    8578  $url = duplicate_picture_url(
     
    9689      'IMAGE'              => $thumbnail_url,
    9790      'IMAGE_ALT'          => $row['file'],
    98       'IMAGE_TITLE'        => $thumbnail_title,
     91      'IMAGE_TITLE'        => get_thumbnail_title($row),
    9992      'IMAGE_TS'           => get_icon($row['date_available']),
    10093
Note: See TracChangeset for help on using the changeset viewer.