diff options
-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 561927c49..c73093d56 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -41,7 +41,7 @@ function css_out(){ } // The generated script depends on some dynamic options - $cache = getCacheName('styles'.$conf['template'].$print,'.css'); + $cache = getCacheName('styles'.$conf['template'].$style,'.css'); // load template styles $tplstyles = array(); |