summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-29 20:12:27 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-29 20:12:27 -0700
commitf5f74e3638e31517e7513a3d9cbda48d9806a904 (patch)
treec8a929366dad3f620f788569556db368aafcab42 /themes/default
parentb579db51733135a49c3d936caa80b61eba7cfb87 (diff)
Remove fix-ie.css scripts from the combined bundle, since we only want
to load them conditionally.
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/page.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index 2e68f571..519a0c39 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -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): ?>