mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 15:05:43 +02:00
Merge pull request #6554 from GanstaZ/ticket/17202
[ticket/17202] Include bidi.css to print only in RTL languages
This commit is contained in:
commit
993e28098d
@ -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}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user