Changeset 1868 for trunk/include/category_default.inc.php
- Timestamp:
- Mar 4, 2007, 10:36:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_default.inc.php
r1864 r1868 75 75 $thumbnail_url = get_thumbnail_url($row); 76 76 77 // message in title for the thumbnail78 $thumbnail_title = $row['file'];79 if (isset($row['filesize']))80 {81 $thumbnail_title .= ' : '.$row['filesize'].' KB';82 }83 84 77 // link on picture.php page 85 78 $url = duplicate_picture_url( … … 96 89 'IMAGE' => $thumbnail_url, 97 90 'IMAGE_ALT' => $row['file'], 98 'IMAGE_TITLE' => $thumbnail_title,91 'IMAGE_TITLE' => get_thumbnail_title($row), 99 92 'IMAGE_TS' => get_icon($row['date_available']), 100 93
Note: See TracChangeset
for help on using the changeset viewer.