diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-21 14:12:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-21 14:12:20 +0000 |
| commit | 007523259f5ec7bb176f96e460ff5ca9ec43826f (patch) | |
| tree | 5797b0e2551adfcf4735310efee57c910202750f /templates | |
| parent | f142892dba3be65a71db544823f068a44e6b18d0 (diff) | |
| download | themes-007523259f5ec7bb176f96e460ff5ca9ec43826f.tar.gz themes-007523259f5ec7bb176f96e460ff5ca9ec43826f.tar.bz2 themes-007523259f5ec7bb176f96e460ff5ca9ec43826f.zip | |
fix dropmenu to work without IE fixes, remove IE8 js fix dependency
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index b231200..66ffb40 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.49 2009/05/11 19:32:28 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.50 2009/05/21 14:12:20 spiderr Exp $ *} {strip} {foreach from=$gBitThemes->mRawFiles.css item=cssFile} <link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" /> @@ -10,6 +10,6 @@ {if $gBrowserInfo.browser eq 'ie'} {if $gBrowserInfo.maj_ver lt '8'} - {jspack ifile=fixes/ie7/IE6.js} + {* jspack ifile=fixes/ie7/IE8.js *} {/if} {/if} |
