summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index af88054..b17ce01 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.52 2009/05/28 20:16:45 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.53 2009/05/29 06:55:06 lsces 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'}
- <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javscript/fixes/ie7/IE8.js"></script>
+ <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/fixes/ie7/IE8.js"></script>
{/if}
{/if}