From daccff0505744150436132aef147f172545329d2 Mon Sep 17 00:00:00 2001 From: ai Date: Mon, 6 Feb 2012 05:31:59 +0100 Subject: [PATCH] merge back fnordconf --- exe/css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exe/css.php b/exe/css.php index 2c3ad63..e433734 100644 --- a/exe/css.php +++ b/exe/css.php @@ -85,6 +85,10 @@ function css_out_tfh(){ // are needed to fix relative paths in the stylesheets $files = array(); + if(!isset($_REQUEST['s'])) { + $files[DOKU_INC.'lib/styles/style.css'] = DOKU_BASE.'lib/styles/'; // compatibility with 2010-11-07a + } + $files[DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; // load jQuery-UI theme $files[DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/scripts/jquery/jquery-ui-theme/';