diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2006-12-07 00:11:14 +0100 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2006-12-07 00:11:14 +0100 |
commit | bda77718f9458620ad3bbcac642465eb7f94caec (patch) | |
tree | fd624ebcd1fbf6061d4b3fd1e2454ff0c6dbbdde /lib/exe | |
parent | 613e963a72831adb3d5528e57eab6f8fef9e5fba (diff) | |
download | rpg-bda77718f9458620ad3bbcac642465eb7f94caec.tar.gz rpg-bda77718f9458620ad3bbcac642465eb7f94caec.tar.bz2 |
delivering template print CSS was broken
darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz
Diffstat (limited to 'lib/exe')
-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(); |