summaryrefslogtreecommitdiff
path: root/inc/config_cascade.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-26 21:37:21 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-26 21:37:21 +0000
commit4e098b31e03d71843366023ea526608ff2377a80 (patch)
treea9192829143dedb48379de8dd6ada7b945f2c8a9 /inc/config_cascade.php
parent318cd03ee91d3a5344bab636a77c3cb19c32c5b7 (diff)
downloadrpg-4e098b31e03d71843366023ea526608ff2377a80.tar.gz
rpg-4e098b31e03d71843366023ea526608ff2377a80.tar.bz2
renamed userstyles
In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwiki.org/devel:css#user_styles
Diffstat (limited to 'inc/config_cascade.php')
-rw-r--r--inc/config_cascade.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/config_cascade.php b/inc/config_cascade.php
index 96cd5d4b5..48ed5a000 100644
--- a/inc/config_cascade.php
+++ b/inc/config_cascade.php
@@ -50,10 +50,10 @@ $config_cascade = array_merge(
),
'userstyle' => array(
'screen' => DOKU_CONF.'userstyle.css',
- 'rtl' => DOKU_CONF.'rtlstyle.css',
- 'print' => DOKU_CONF.'printstyle.css',
- 'feed' => DOKU_CONF.'feedstyle.css',
- 'all' => DOKU_CONF.'allstyle.css',
+ 'rtl' => DOKU_CONF.'userrtl.css',
+ 'print' => DOKU_CONF.'userprint.css',
+ 'feed' => DOKU_CONF.'userfeed.css',
+ 'all' => DOKU_CONF.'userall.css',
),
'userscript' => array(
'default' => DOKU_CONF.'userscript.js'