aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/local_head.tpl
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2011-02-22 13:03:44 +0000
committerGotcha <gotcha@piwigo.org>2011-02-22 13:03:44 +0000
commit60cf0ea706bfcca96d21d68d1426927bd55fb5d0 (patch)
tree0abd3b496b20681d6c3187ce31a76ea1b2a71c88 /admin/themes/default/local_head.tpl
parentfb2fab0b0acd0a9c2f3868489666e0c0e2db10f5 (diff)
Display Admin Panel with IE7 + Win XP
bug:2193 git-svn-id: http://piwigo.org/svn/branches/2.1@9347 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/local_head.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/local_head.tpl b/admin/themes/default/local_head.tpl
index dd2ebc552..4d9be0e20 100644
--- a/admin/themes/default/local_head.tpl
+++ b/admin/themes/default/local_head.tpl
@@ -1,3 +1,7 @@
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie5-ie6.css">
<![endif]-->
+
+<!--[if IE 7]>
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie7.css">
+<![endif]-->