diff options
Diffstat (limited to 'themes/wind/views')
-rw-r--r-- | themes/wind/views/page.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 1c67ff9d..045e3c45 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -67,6 +67,9 @@ <?= $theme->css("superfish/css/superfish.css") ?> <?= $theme->css("themeroller/ui.base.css") ?> <?= $theme->css("screen.css") ?> + <? if (locales::is_rtl()): ?> + <?= $theme->css("screen-rtl.css") ?> + <? endif; ?> <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>" media="screen,print,projection" /> |