diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-20 05:59:22 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-20 05:59:22 +0000 |
commit | c4b59049c205677432e69c585e003c5bea1c85e6 (patch) | |
tree | f69d6b6367ba52a983239602fd5d889514c7dc8f /template/yoga | |
parent | ee37f7daf549cc55e06f77c2c7184570bbbfb0d7 (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 '')
-rw-r--r-- | template/yoga/header.tpl | 2 |
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"> |