Skip to content

Commit

Permalink
Remove fix-ie.css scripts from the combined bundle, since we only want
Browse files Browse the repository at this point in the history
to load them conditionally.
  • Loading branch information
bharat committed Jun 30, 2009
1 parent b579db5 commit f5f74e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions themes/admin_default/views/admin.html.php
Expand Up @@ -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") ?>
Expand Down
3 changes: 2 additions & 1 deletion themes/default/views/page.html.php
Expand Up @@ -29,7 +29,8 @@
<?= $theme->css("lib/themeroller/ui.base.css") ?>
<?= $theme->theme_css("css/screen.css") ?>
<!--[if lt IE 8]>
<?= $theme->theme_css("css/fix-ie.css") ?>
<link rel="stylesheet" type="text/css" href="<?= $theme->theme_url("css/fix-ie.css") ?>"
media="screen,print,projection" />
<![endif]-->
<? if ($theme->page_type == 'album'): ?>
<? if ($thumb_proportion != 1): ?>
Expand Down

0 comments on commit f5f74e3

Please sign in to comment.