1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/15462] add bidi.css to stylesheet.css

PHPBB3-15462
This commit is contained in:
Michael Miday
2017-11-21 10:06:52 -05:00
parent 1dd447c4aa
commit 693b6efdbf
3 changed files with 2 additions and 9 deletions

View File

@@ -27,10 +27,6 @@
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->
<!-- DEFINE $POPUP = 1 -->
<!-- EVENT simple_header_head_append -->