summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r--lib/exe/css.php2
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();