aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/header.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-20 05:59:22 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-20 05:59:22 +0000
commitc4b59049c205677432e69c585e003c5bea1c85e6 (patch)
treef69d6b6367ba52a983239602fd5d889514c7dc8f /template/yoga/header.tpl
parentee37f7daf549cc55e06f77c2c7184570bbbfb0d7 (diff)
-fix : link to fix-ie5-ie6.css was incorrect in header.tpl (related to bug 298)
git-svn-id: http://piwigo.org/svn/trunk@1218 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r--template/yoga/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl
index c9708033c..d432d7b63 100644
--- a/template/yoga/header.tpl
+++ b/template/yoga/header.tpl
@@ -9,7 +9,7 @@
the "text/nonsense" prevents gecko based browsers to load it -->
<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
<!--[if lt IE 7]>
-<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
+<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
<![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">