Ignore:
Timestamp:
Dec 3, 2005, 6:33:38 PM (18 years ago)
Author:
chrisaga
Message:

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r869 r960  
    299299foreach ($categories as $category)
    300300{
    301   $images_folder = PHPWG_ROOT_PATH.'template/';
    302   $images_folder.= $user['template'].'/admin/images';
     301  // TODO : not used anymore ?
     302  //$images_folder = PHPWG_ROOT_PATH.'template/';
     303  //$images_folder.= $user['template'].'/admin/images';
    303304 
    304305  $base_url = PHPWG_ROOT_PATH.'admin.php?page=';
Note: See TracChangeset for help on using the changeset viewer.