Changeset 19 for trunk/picture.php


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/picture.php

    r17 r19  
    194194  $file = substr ( $row['file'], 0, strrpos ( $row['file'], '.' ) );
    195195  $lien_thumbnail = $cat_directory.'/thumbnail/';
    196   $lien_thumbnail.= $conf['prefixe_thumbnail'].$file.".".$row['tn_ext'];
     196  $lien_thumbnail.= $conf['prefix_thumbnail'].$file.".".$row['tn_ext'];
    197197               
    198198  $prev_title = $lang['previous_image'].' : ';
     
    443443  $file = substr ( $row['file'], 0, strrpos ( $row['file'], ".") );
    444444  $lien_thumbnail = $cat_directory."thumbnail/";
    445   $lien_thumbnail.= $conf['prefixe_thumbnail'].$file.".".$row['tn_ext'];
     445  $lien_thumbnail.= $conf['prefix_thumbnail'].$file.".".$row['tn_ext'];
    446446 
    447447  if ( $row['name'] != "" )
Note: See TracChangeset for help on using the changeset viewer.