diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-05-29 06:55:06 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-05-29 06:55:06 +0000 |
| commit | fd1692b1afc9043b9ba3db9290a9cd1ce17afa2f (patch) | |
| tree | 0df1d15113c45a8057ca63fd83731a2681160338 /templates | |
| parent | 2719978f709ca53d7e820959b1b239bc61f47d85 (diff) | |
| download | themes-fd1692b1afc9043b9ba3db9290a9cd1ce17afa2f.tar.gz themes-fd1692b1afc9043b9ba3db9290a9cd1ce17afa2f.tar.bz2 themes-fd1692b1afc9043b9ba3db9290a9cd1ce17afa2f.zip | |
Correct path to IE8.js
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 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} |
