diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 01:21:07 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 11:05:09 +0300 |
| commit | 57fac62c0c56e1dda3d0981bdff9b8a35476b6f9 (patch) | |
| tree | a4934c2fc1496ba53c0406d76670768d528a43a9 /phpBB/styles/prosilver/template | |
| parent | 830c3f4047d0718ed398c38d4640cc0f1fe77a7f (diff) | |
| download | forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.gz forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.bz2 forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.xz forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.zip | |
[feature/remove-imagesets] Changing prosilver
Removing imagesets. Changing prosilver
PHPBB3-10336
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index d94092f410..8e46197870 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -78,6 +78,7 @@ <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> +<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 9a196ab7c6..0daeda6fe7 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -44,6 +44,7 @@ <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> +<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> |
