diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-07-05 21:38:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-07-05 21:38:31 +0200 |
commit | f46c377bfc514cbaac6dda38078587088ab3f200 (patch) | |
tree | bad1747219518a36695a1a2adab3b247e36e05b7 /lib | |
parent | 04105e5c49405ff6c7d80c8ca4e2915ffc11f44b (diff) | |
download | rpg-f46c377bfc514cbaac6dda38078587088ab3f200.tar.gz rpg-f46c377bfc514cbaac6dda38078587088ab3f200.tar.bz2 |
fixed loading of the jQuery-UI style sheet
Diffstat (limited to 'lib')
-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 9751b5be4..ece8affb7 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -63,7 +63,7 @@ function css_out(){ // load core styles $files[DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; // load jQuery-UI theme - $files[DOKU_INC.'lib/js/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/js/jquery/jquery-ui-theme/'; + $files[DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/js/jquery/jquery-ui-theme/'; // load plugin styles $files = array_merge($files, css_pluginstyles($mediatype)); // load template styles |