diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 658062f9fd..eb056480d9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -8,7 +8,9 @@ <title>{SITENAME} • {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet"> -<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet"> +{% if S_CONTENT_DIRECTION eq 'rtl' %} + <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet"> +{% endif %} <!-- EVENT viewtopic_print_head_append --> </head> <body id="phpbb" class="{S_CONTENT_DIRECTION}">