Skip to content
Snippets Groups Projects
Commit 4ad141d6 authored by Michael Klier chi@chimeric.de's avatar Michael Klier chi@chimeric.de
Browse files

use template name along with CSS cache file name

darcs-hash:20060628094419-484ab-148d62ec3e29deb7ca9fa9b787c238a1d73bc4e3.gz
parent 45c3deb8
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment