diff options
author | Andy Lindeman <andy@highgroove.com> | 2011-04-23 16:44:23 -0400 |
---|---|---|
committer | Andy Lindeman <andy@highgroove.com> | 2011-04-23 16:44:23 -0400 |
commit | 6d9f2f835dbafc0795d5c018493b430af1062112 (patch) | |
tree | 50939ec3a290c9b152167e1577d4dac429fddbdd | |
parent | f5a9abc26a14dda6c2dce4aaf5ab139d2663808b (diff) |
Correct path for fix-ie.css in admin_wind theme
* Fixes #1651
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 |
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]--> |