From 13ddd5084bb1582b90045d7209fd566a62a72297 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 1 Nov 2005 20:05:06 +0100 Subject: added support for an additional style.css in a template darcs-hash:20051101190506-7ad00-22d53e805ea5cf87172e00b380a788ed9871331e.gz --- lib/exe/css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/exe/css.php b/lib/exe/css.php index 2bd63cbdc..a5b3eec66 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -45,9 +45,10 @@ function css_out(){ $files[DOKU_CONF.'userprint.css'] = ''; }else{ $files[DOKU_INC.'lib/styles/style.css'] = DOKU_BASE.'lib/styles/'; - //fixme spellchecker style + //fixme extra spellchecker style? $files[DOKU_TPLINC.'layout.css'] = DOKU_TPL; $files[DOKU_TPLINC.'design.css'] = DOKU_TPL; + $files[DOKU_TPLINC.'style.css'] = DOKU_TPL; if($lang['direction'] == 'rtl'){ $files[DOKU_TPLINC.'rtl.css'] = DOKU_TPL; } -- cgit v1.2.3