diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-30 15:35:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-30 15:35:12 +0000 |
commit | 00a63fa813601877377ab746aa95429ba9846b43 (patch) | |
tree | 30365851d7dc70c4b30983c97290144871ebd4e9 /phpBB/styles/prosilver/template/overall_header.html | |
parent | 35cf64c370ddc9dbae6ea211ae2a2849e071ea98 (diff) | |
download | forums-00a63fa813601877377ab746aa95429ba9846b43.tar forums-00a63fa813601877377ab746aa95429ba9846b43.tar.gz forums-00a63fa813601877377ab746aa95429ba9846b43.tar.bz2 forums-00a63fa813601877377ab746aa95429ba9846b43.tar.xz forums-00a63fa813601877377ab746aa95429ba9846b43.zip |
#10283 - no style if banning anonymous/ip and using style requiring stylesheet parsing. Also fixes a bug for non-parsed THEME_DATA...
git-svn-id: file:///svn/phpbb/trunk@7439 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b706b73172..d344294503 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -77,7 +77,7 @@ <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script> -<!-- IF T_STYLESHEET_LINK --> +<!-- IF T_STYLESHEET_LINK and not S_FORCE_EMBED_STYLE --> <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" /> |