summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-09-18 22:47:22 +0200
committerMichael Hamann <michael@content-space.de>2012-09-18 22:50:55 +0200
commitc5c68de9adc23077defdd39f9264286a62fb2e0e (patch)
tree627a3f2826c20134b37fa0da3835b44a0d88834a /lib/exe
parentdbf794bf86316c93b56454ab5d2c658598cce617 (diff)
downloadrpg-c5c68de9adc23077defdd39f9264286a62fb2e0e.tar.gz
rpg-c5c68de9adc23077defdd39f9264286a62fb2e0e.tar.bz2
Load rtl userstyle as it is still supported (did it ever work?)
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index cee806ef4..fb639fc7e 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -102,6 +102,7 @@ function css_out(){
if ($mediatype=='screen') {
if($lang['direction'] == 'rtl'){
if (isset($tplstyles['rtl'])) $files[$mediatype] = array_merge($files[$mediatype], $tplstyles['rtl']);
+ if (isset($config_cascade['userstyle']['rtl'])) $files[$mediatype][$config_cascade['userstyle']['rtl']] = DOKU_BASE;
}
}