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