Changeset 563 for trunk/picture.php


Ignore:
Timestamp:
Oct 9, 2004, 1:30:23 PM (20 years ago)
Author:
z0rglub
Message:

replacement of PhpWebGallery folder representative by pwg_representative and
high by pwg_high

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r539 r563  
    154154  if (isset($row['representative_ext']) and $row['representative_ext'] =! '')
    155155  {
    156     $picture[$i]['src'] = $cat_directory.'representative/';
     156    $picture[$i]['src'] = $cat_directory.'pwg_representative/';
    157157    $picture[$i]['src'].= $file_wo_ext.'.'.$row['representative_ext'];
    158158  }
     
    169169    if ($i == 'current')
    170170    {
    171       if (@fopen($cat_directory.'high/'.$row['file'], 'r'))
     171      if (@fopen($cat_directory.'pwg_high/'.$row['file'], 'r'))
    172172      {
    173         $picture[$i]['high'] = $cat_directory.'high/'.$row['file'];
     173        $picture[$i]['high'] = $cat_directory.'pwg_high/'.$row['file'];
    174174      }
    175175    }
Note: See TracChangeset for help on using the changeset viewer.