mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -8,7 +8,9 @@
|
|||||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
<title>{SITENAME} • {PAGE_TITLE}</title>
|
||||||
|
|
||||||
<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
|
<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 -->
|
<!-- EVENT ucp_pm_viewmessage_print_head_append -->
|
||||||
</head>
|
</head>
|
||||||
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
||||||
|
Reference in New Issue
Block a user