summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2009-05-11 16:53:11 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2009-05-11 16:53:11 +0000
commit5934884c228fa11465d9530c0d16387fbe6c7f51 (patch)
treee581462f35a4e912f8a214d18e953808e3faa3b2 /templates
parentd41e6962c6ce1ae87e46df80ab0ee8bf1a8f63e7 (diff)
downloadthemes-5934884c228fa11465d9530c0d16387fbe6c7f51.tar.gz
themes-5934884c228fa11465d9530c0d16387fbe6c7f51.tar.bz2
themes-5934884c228fa11465d9530c0d16387fbe6c7f51.zip
remove IE7 fixes js as it does more harm than good
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 8ab0963..6e1f79a 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.47 2009/05/04 19:02:53 lsces Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.48 2009/05/11 16:53:11 bitweaver Exp $ *}
{strip}
{foreach from=$gBitThemes->mRawFiles.css item=cssFile}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" />
@@ -7,9 +7,3 @@
<link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->mStyles.joined_css}" media="all" />
{/if}
{/strip}
-
-{if $gBrowserInfo.browser eq 'ie'}
- {if $gBrowserInfo.maj_ver lt '8'}
- {jspack ifile=fixes/ie7/IE6.js}
- {/if}
-{/if}