From 4ad141d6fe8a09676924703c52e41cdab9dfb466 Mon Sep 17 00:00:00 2001 From: "Michael Klier chi@chimeric.de" Date: Wed, 28 Jun 2006 11:44:19 +0200 Subject: use template name along with CSS cache file name darcs-hash:20060628094419-484ab-148d62ec3e29deb7ca9fa9b787c238a1d73bc4e3.gz --- lib/exe/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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(); -- cgit v1.2.3