Ignore:
Timestamp:
May 27, 2003, 10:56:13 PM (21 years ago)
Author:
z0rglub
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/thumbnail.php

    r2 r19  
    160160      mkdir( $path."thumbnail", 0777 );
    161161    }
    162     $dest_file  = $path."thumbnail/".$conf['prefixe_thumbnail'].substr ( $image, 0, strrpos ( $image, ".") ).".".$extension;
     162    $dest_file  = $path."thumbnail/".$conf['prefix_thumbnail'].substr ( $image, 0, strrpos ( $image, ".") ).".".$extension;
    163163                       
    164164    // création et sauvegarde de l'image finale
     
    178178                        'height' => $taille_image[1],
    179179                        'size' => $size,
    180                         'tn_name' => $conf['prefixe_thumbnail'].substr ( $image, 0, strrpos ( $image, ".") ).".".$extension,
     180                        'tn_name' => $conf['prefix_thumbnail'].substr ( $image, 0, strrpos ( $image, ".") ).".".$extension,
    181181                        'tn_width' => $tn_taille_image[0],
    182182                        'tn_height' => $tn_taille_image[1],
Note: See TracChangeset for help on using the changeset viewer.