Index: page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v retrieving revision 1.11 diff -u -r1.11 page.tpl.php --- page.tpl.php 1 Sep 2007 05:42:48 -0000 1.11 +++ page.tpl.php 6 Sep 2007 15:41:08 -0000 @@ -8,8 +8,14 @@ + @import "' . base_path() . path_to_theme() .'/fix-ie.css";'; + if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL) { + $iecss .= ''; + } + ?> >