diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-14 21:13:21 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-14 21:19:21 +0200 |
commit | b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a (patch) | |
tree | 78a26bc1f6547de436b6cf64f9174b65f2ba302b /phpBB/styles/prosilver/template/simple_header.html | |
parent | 424040f8901cc4c075924c5d21d89fdfe9e6ca58 (diff) | |
download | forums-b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a.tar forums-b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a.tar.gz forums-b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a.tar.bz2 forums-b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a.tar.xz forums-b9fa2089d56d16d8a8cd84bb8ae06d85fec5506a.zip |
[ticket/11345] Wrap remote webfonts in S_ALLOW_CDN.
PHPBB3-11345
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 913115a2ed..c89c50570a 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -42,7 +42,7 @@ </script> <link href="{T_THEME_PATH}/print.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="print" title="printonly" /> -<link href="http://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese" rel="stylesheet" type="text/css" media="screen, projection" /> +<!-- IF S_ALLOW_CDN --><link href="http://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese" rel="stylesheet" type="text/css" media="screen, projection" /><!-- ENDIF --> <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" /> |