summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2006-12-07 00:11:14 +0100
committerTom N Harris <tnharris@whoopdedo.org>2006-12-07 00:11:14 +0100
commitbda77718f9458620ad3bbcac642465eb7f94caec (patch)
treefd624ebcd1fbf6061d4b3fd1e2454ff0c6dbbdde
parent613e963a72831adb3d5528e57eab6f8fef9e5fba (diff)
downloadrpg-bda77718f9458620ad3bbcac642465eb7f94caec.tar.gz
rpg-bda77718f9458620ad3bbcac642465eb7f94caec.tar.bz2
delivering template print CSS was broken
darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz
-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 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();