Although it clearly states that if you have a rtl (right to left) style-rtl.css file, it will "automatically" use it in Drupal 7.x, I found this is not happening. In the past (6.x) I used a conditional statement within the header, so only the correct style sheet was used. Ex: if ($language->language == 'he') {print '

Since the header is now automatically generated in 7.x, I can't get this conditional statement to work via the template.php page.

HELP! How can I get Drupal 7.x to read from only the rtl style sheet when in a rtl language?