summaryrefslogtreecommitdiff
path: root/inc/farm.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-11-04 01:17:09 +0000
committerAnika Henke <anika@selfthinker.org>2013-11-04 01:17:09 +0000
commit8c867678811e7f91159175c41ef4722a2fc5308c (patch)
treea762f90c472be3d73cd2047629a9b49c6e9e4d04 /inc/farm.php
parentc8bbb09431bd7819e045a455a4ec4d85eff781b1 (diff)
downloadrpg-8c867678811e7f91159175c41ef4722a2fc5308c.tar.gz
rpg-8c867678811e7f91159175c41ef4722a2fc5308c.tar.bz2
removed loading of deprecated RTL styles
Diffstat (limited to 'inc/farm.php')
-rw-r--r--inc/farm.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/farm.php b/inc/farm.php
index 54692928d..cee61816c 100644
--- a/inc/farm.php
+++ b/inc/farm.php
@@ -135,9 +135,7 @@ $config_cascade = array(
),
),
'userstyle' => array(
- 'default' => DOKU_CONF.'userstyle.css', // 'default' was renamed to 'screen' on 2011-02-26, so will be deprecated in the next version
'screen' => DOKU_CONF.'userstyle.css',
- 'rtl' => DOKU_CONF.'userrtl.css', // deprecated since version after 2012-04-09
'print' => DOKU_CONF.'userprint.css',
'feed' => DOKU_CONF.'userfeed.css',
'all' => DOKU_CONF.'userall.css',