mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #5049 from hanakin/ticket/15462
[ticket/15462] add bidi.css to stylesheet.css
This commit is contained in:
commit
25e3d69ad6
3 changed files with 2 additions and 9 deletions
|
@ -49,10 +49,6 @@
|
||||||
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
||||||
<link href="{T_STYLESHEET_LANG_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 -->
|
|
||||||
|
|
||||||
<!-- IF S_PLUPLOAD -->
|
<!-- IF S_PLUPLOAD -->
|
||||||
<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
|
<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -27,10 +27,6 @@
|
||||||
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
|
||||||
<link href="{T_STYLESHEET_LANG_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 -->
|
<!-- DEFINE $POPUP = 1 -->
|
||||||
|
|
||||||
<!-- EVENT simple_header_head_append -->
|
<!-- EVENT simple_header_head_append -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* phpBB3 Style Sheet
|
/* phpBB3 Style Sheet
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
Style name: prosilver (the default phpBB 3.2.x style)
|
Style name: prosilver (the default phpBB 3.3.x style)
|
||||||
Based on style:
|
Based on style:
|
||||||
Original author: Tom Beddard ( http://www.subblue.com/ )
|
Original author: Tom Beddard ( http://www.subblue.com/ )
|
||||||
Modified by: phpBB Limited ( https://www.phpbb.com/ )
|
Modified by: phpBB Limited ( https://www.phpbb.com/ )
|
||||||
|
@ -19,4 +19,5 @@
|
||||||
@import url("icons.css?v=3.3");
|
@import url("icons.css?v=3.3");
|
||||||
@import url("colours.css?v=3.3");
|
@import url("colours.css?v=3.3");
|
||||||
@import url("responsive.css?v=3.3");
|
@import url("responsive.css?v=3.3");
|
||||||
|
@import url("bidi.css?v=3.3");
|
||||||
@import url("tweaks.css?v=3.3");
|
@import url("tweaks.css?v=3.3");
|
||||||
|
|
Loading…
Add table
Reference in a new issue