- Timestamp:
- Sep 20, 2003, 11:44:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/category.php
r134 r148 277 277 $thumbnail_title = $row['file']; 278 278 if ( $row['filesize'] == '' ) 279 { 280 $poids = floor( filesize( $lien_image ) / 1024 ); 281 } 279 $poids = floor( filesize( $cat_directory.$row['file'] ) / 1024 ); 282 280 else 283 {284 281 $poids = $row['filesize']; 285 }286 282 $thumbnail_title .= ' : '.$poids.' KB'; 287 283 // url link on picture.php page
Note: See TracChangeset
for help on using the changeset viewer.