diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-05-04 19:02:53 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-05-04 19:02:53 +0000 |
| commit | 5e6e268dadc4747ee7b931e3bf82837de7c7b0b9 (patch) | |
| tree | cc561bffe840a0aa92c55a8b1bad5c2e128f8b43 /templates | |
| parent | f859b6bb21f05445b15e219e2b136682de8ae988 (diff) | |
| download | themes-5e6e268dadc4747ee7b931e3bf82837de7c7b0b9.tar.gz themes-5e6e268dadc4747ee7b931e3bf82837de7c7b0b9.tar.bz2 themes-5e6e268dadc4747ee7b931e3bf82837de7c7b0b9.zip | |
IE8 does not need any of the fixes. The google code IE7/8.js do not work with base.css so the alternate ie7-standard-p.js needs to be used. IE6.js is a copy of that.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index e0af755..8ab0963 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.46 2009/05/04 17:04:55 lsces Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.47 2009/05/04 19:02:53 lsces Exp $ *} {strip} {foreach from=$gBitThemes->mRawFiles.css item=cssFile} <link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" /> @@ -11,7 +11,5 @@ {if $gBrowserInfo.browser eq 'ie'} {if $gBrowserInfo.maj_ver lt '8'} {jspack ifile=fixes/ie7/IE6.js} - {else} - {jspack ifile=fixes/ie7/IE8.js} {/if} {/if} |
