From bda77718f9458620ad3bbcac642465eb7f94caec Mon Sep 17 00:00:00 2001 From: Tom N Harris Date: Thu, 7 Dec 2006 00:11:14 +0100 Subject: delivering template print CSS was broken darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz --- lib/exe/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exe') 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(); -- cgit v1.2.3