Merge pull request #6468 from Crizz0/ticket/17040

[ticket/17040] Include bidi.css to pm print only in RTL languages
This commit is contained in:
Marc Alexander 2023-03-19 20:50:38 +01:00
commit 389cca5402
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -8,7 +8,9 @@
<title>{SITENAME} &bull; {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 ucp_pm_viewmessage_print_head_append -->
</head>
<body id="phpbb" class="{S_CONTENT_DIRECTION}">