Index: page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v retrieving revision 1.9 diff -u -r1.9 page.tpl.php --- page.tpl.php 7 Aug 2007 08:39:36 -0000 1.9 +++ page.tpl.php 11 Aug 2007 19:51:38 -0000 @@ -8,8 +8,14 @@ + @import "' . base_path() . path_to_theme() .'/fix-ie.css";'; + if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL) { + $iecss .= ''; + } + ?> >