summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndy Lindeman <andy@highgroove.com>2011-04-23 16:44:23 -0400
committerAndy Lindeman <andy@highgroove.com>2011-04-23 16:44:23 -0400
commit6d9f2f835dbafc0795d5c018493b430af1062112 (patch)
tree50939ec3a290c9b152167e1577d4dac429fddbdd /themes
parentf5a9abc26a14dda6c2dce4aaf5ab139d2663808b (diff)
Correct path for fix-ie.css in admin_wind theme
* Fixes #1651
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/views/admin.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index 12301e02..65473e57 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -39,7 +39,7 @@
<?= $theme->css("superfish/css/superfish.css") ?>
<?= $theme->css("screen.css") ?>
<!--[if lt IE 8]>
- <link rel="stylesheet" type="text/css" href="<?= $theme->url("fix-ie.css") ?>"
+ <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
media="screen,print,projection" />
<![endif]-->