summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-07-05 21:48:37 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-07-05 21:48:37 +0200
commitbf1ec6525db0b131d051d4e0023afb87e36f584b (patch)
treec99c002eb390c983bfef50a8fa42f6864d18d6de /lib/exe
parentf46c377bfc514cbaac6dda38078587088ab3f200 (diff)
downloadrpg-bf1ec6525db0b131d051d4e0023afb87e36f584b.tar.gz
rpg-bf1ec6525db0b131d051d4e0023afb87e36f584b.tar.bz2
another fix for the jQuery-UI theme
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index ece8affb7..03fe6ad90 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/scripts/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/scripts/jquery/jquery-ui-theme/';
// load plugin styles
$files = array_merge($files, css_pluginstyles($mediatype));
// load template styles