Ignore:
Timestamp:
Oct 23, 2004, 2:38:57 PM (20 years ago)
Author:
z0rglub
Message:

use of PHPWG_ROOT_PATH constant instead of './'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_default.inc.php

    r526 r578  
    9898  else
    9999  {
    100     $thumbnail_url = './template/'.$user['template'].'/mimetypes/';
     100    $thumbnail_url = PHPWG_ROOT_PATH;
     101    $thumbnail_url.= 'template/'.$user['template'].'/mimetypes/';
    101102    $thumbnail_url.= strtolower(get_extension($row['file'])).'.png';
    102103  }
Note: See TracChangeset for help on using the changeset viewer.