mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
[ticket/17040] Include bidi.css to pm print only in RTL languages
PHPBB3-17040
This commit is contained in:
parent
0f1c62bc7b
commit
9b961836be
@ -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 ucp_pm_viewmessage_print_head_append -->
|
||||
</head>
|
||||
<body id="phpbb">
|
||||
|
Loading…
x
Reference in New Issue
Block a user