git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11770
7612ce4b-ef26-0410-bec9-
ea0150e637f0
. (!empty($used_fontsize) ? '&fontsize='.$used_fontsize : '')
. (!empty($text_direction) ? '&dir='.$text_direction : '');
$header_tags .= $oTemplate->fetch_external_stylesheet_links($aUserStyles);
-//FIXME: only call the next method if language is right-to-left!
- $header_tags .= $oTemplate->fetch_right_to_left_stylesheet_link();
+
+ if ($text_direction == 'rtl') {
+ $header_tags .= $oTemplate->fetch_right_to_left_stylesheet_link();
+ }
if ($squirrelmail_language == 'ja_JP') {
/*