mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
-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
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user