- Timestamp:
- 06/30/08 02:26:07 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/php/lib/function.mtassetthumbnaillink.php
r1174 r2651 28 28 29 29 list($thumb, $thumb_w, $thumb_h) = get_thumbnail_file($asset, $blog, $width, $height, $scale); 30 if (empty($thumb)) { 31 return ''; 32 } 33 30 34 $target = ""; 31 35 if (isset($args['new_window']))
