diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-11-02 21:33:56 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-11-02 21:33:56 +0100 |
| commit | b71e725c0b6d9cf045af80b4a954f166951da93e (patch) | |
| tree | 079cbf3204f4f628df032febec3566ad6363a6e3 /phpBB/styles/prosilver/template | |
| parent | 3b5f5113ac6b562f9e1107ef70a64e3a181aebfd (diff) | |
| parent | c67cfb2b4100e991a9ffad1ed0f54b9147bc5ab8 (diff) | |
| download | forums-b71e725c0b6d9cf045af80b4a954f166951da93e.tar forums-b71e725c0b6d9cf045af80b4a954f166951da93e.tar.gz forums-b71e725c0b6d9cf045af80b4a954f166951da93e.tar.bz2 forums-b71e725c0b6d9cf045af80b4a954f166951da93e.tar.xz forums-b71e725c0b6d9cf045af80b4a954f166951da93e.zip | |
Merge pull request #5016 from Elsensee/ticket/15195
[ticket/15195] Fix code block in rtl print version
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index 9377eeb9f5..7a8849258a 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -8,6 +8,7 @@ <title>{SITENAME} • {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet"> +<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet"> <!-- EVENT ucp_pm_viewmessage_print_head_append --> </head> <body id="phpbb"> diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 3c1ed4c3f1..b504949053 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -8,9 +8,10 @@ <title>{SITENAME} • {PAGE_TITLE}</title> <link href="{T_THEME_PATH}/print.css" rel="stylesheet"> +<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet"> <!-- EVENT viewtopic_print_head_append --> </head> -<body id="phpbb"> +<body id="phpbb" class="{S_CONTENT_DIRECTION}"> <div id="wrap" class="wrap"> <a id="top" class="top-anchor" accesskey="t"></a> |
