diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-26 22:38:53 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-26 22:38:53 -0600 |
commit | 4fa46d6a0433347e456be8c0d309d2da59dcecd5 (patch) | |
tree | fded9eb7bff460551c664c51a142418c9ec26980 /themes/admin_wind/views/admin.html.php | |
parent | 192cb124aa0f38ed804299bf39c15538cc768d7a (diff) |
Move wind and admin_wind RTL style definitions out to their own file. Call that file when an RTL language is selected.
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" /> |