summaryrefslogtreecommitdiff
path: root/themes/admin_default
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-06-29 20:21:25 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-06-29 20:21:25 -0700
commite3b4c6a57747429033ad9fd3d4ee321b93dcc1ad (patch)
tree3e110f73136225c01bf1241b26b7ea557ccfe5ca /themes/admin_default
parentfe668abcb3612ec1b769e8b976a0aec856c21426 (diff)
parentf5f74e3638e31517e7513a3d9cbda48d9806a904 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_default')
-rw-r--r--themes/admin_default/views/admin.html.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 2a231057..fed1afe6 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -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") ?>