summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-04-09 19:08:20 +0100
committerAnika Henke <anika@selfthinker.org>2012-04-09 19:08:20 +0100
commit3d2fd76a6a87ddf4a45c05091799c09500265307 (patch)
treea3a1444de945a8d45bbc722d93fc2f44f252e9cf /lib
parent91b05b6bf9cb9fd3aeced777159422f4e8114a9c (diff)
downloadrpg-3d2fd76a6a87ddf4a45c05091799c09500265307.tar.gz
rpg-3d2fd76a6a87ddf4a45c05091799c09500265307.tar.bz2
added accidentally removed jquery-ui styles back again
Diffstat (limited to 'lib')
-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 5468376c6..1b2b0c86b 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -71,7 +71,7 @@ function css_out(){
$files[DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/';
// load jQuery-UI theme
if ($mediatype == 'screen') {
- //$files[DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/scripts/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));