Remove fix-ie.css scripts from the combined bundle, since we only want

to load them conditionally.
This commit is contained in:
Bharat Mediratta
2009-06-29 20:12:27 -07:00
parent b579db5173
commit f5f74e3638
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -12,9 +12,10 @@
<?= $theme->css("lib/superfish/css/superfish.css") ?>
<?= $theme->css("themes/default/css/screen.css") ?>
<?= $theme->theme_css("css/screen.css") ?>
<!--[if IE]>
<?= $theme->theme_css("css/fix-ie.css") ?>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->theme_url("css/fix-ie.css") ?>"
media="screen,print,projection" />
<![endif]-->
<?= $theme->script("lib/jquery.js") ?>
<?= $theme->script("lib/jquery.form.js") ?>