From 125b6d114151111839a019403a6fd5b65ae97f69 Mon Sep 17 00:00:00 2001 From: Michael Klier Date: Thu, 6 Sep 2007 14:55:03 +0200 Subject: respect DOKU_BASE in CSS cache file name darcs-hash:20070906125503-23886-5b5d7f1fb90eaa25e0ce08469a541cb2a760de1b.gz --- lib/exe/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/exe/css.php b/lib/exe/css.php index 02425a990..59a2a63ea 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -42,7 +42,7 @@ function css_out(){ } // The generated script depends on some dynamic options - $cache = getCacheName('styles'.$conf['template'].$style,'.css'); + $cache = getCacheName('styles'.DOKU_BASE.$conf['template'].$style,'.css'); // load template styles $tplstyles = array(); -- cgit v1.2.3