Changeset 847 in ExiteCMS for trunk/themes/PLiTheme/bartext.php


Ignore:
Timestamp:
09/28/07 21:08:59 (5 years ago)
Author:
hverton
Message:

Reorganized the directory structure. All directories to which the webserver needs write access are now in /files (cache and tplcache directories). Smarty now supports multiple websites and multiple themes writing to the same cache directories)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/bartext.php

    r735 r847  
    2525$font2png['shadow_width'] = 0; 
    2626$font2png['cache_images'] = (isset($_GET['cache']) && $_GET['cache'] == "yes") ? true : false; 
    27 $font2png['cache_folder'] = PATH_THEME."cache"; 
     27$font2png['cache_folder'] = PATH_ROOT."files/cache/"; 
     28$font2png['cache_prefix'] = $_SERVER['SERVER_NAME'].".".$settings['theme']."."; 
    2829$font2png['cache_hash'] = false; 
    2930 
Note: See TracChangeset for help on using the changeset viewer.