diff options
author | Michael Hamann <michael@content-space.de> | 2012-09-18 22:47:22 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2012-09-18 22:50:55 +0200 |
commit | c5c68de9adc23077defdd39f9264286a62fb2e0e (patch) | |
tree | 627a3f2826c20134b37fa0da3835b44a0d88834a /lib | |
parent | dbf794bf86316c93b56454ab5d2c658598cce617 (diff) | |
download | rpg-c5c68de9adc23077defdd39f9264286a62fb2e0e.tar.gz rpg-c5c68de9adc23077defdd39f9264286a62fb2e0e.tar.bz2 |
Load rtl userstyle as it is still supported (did it ever work?)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/css.php | 1 |
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; } } |