diff options
author | Michael Klier chi@chimeric.de <andi@splitbrain.org> | 2006-06-28 11:44:19 +0200 |
---|---|---|
committer | Michael Klier chi@chimeric.de <andi@splitbrain.org> | 2006-06-28 11:44:19 +0200 |
commit | 4ad141d6fe8a09676924703c52e41cdab9dfb466 (patch) | |
tree | 308f43a87f7b1f849c755ec1d51ca9aac37d5753 /lib | |
parent | 45c3deb826d026add4ff9b062771654bb660b724 (diff) | |
download | rpg-4ad141d6fe8a09676924703c52e41cdab9dfb466.tar.gz rpg-4ad141d6fe8a09676924703c52e41cdab9dfb466.tar.bz2 |
use template name along with CSS cache file name
darcs-hash:20060628094419-484ab-148d62ec3e29deb7ca9fa9b787c238a1d73bc4e3.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index cb85d1a35..5e572410f 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -33,7 +33,7 @@ function css_out(){ $print = (bool) $_REQUEST['print']; //print mode? // The generated script depends on some dynamic options - $cache = getCacheName('styles'.$print,'.css'); + $cache = getCacheName('styles'.$conf['template'].$print,'.css'); // load template styles $tplstyles = array(); |