Skip to content

Commit

Permalink
merge back fnordconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 6, 2012
1 parent 929d1ba commit daccff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exe/css.php
Expand Up @@ -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/';
Expand Down

0 comments on commit daccff0

Please sign in to comment.