diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-20 19:06:17 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-20 19:06:17 +0000 |
commit | 56f29767a83b7f616962db2ffde2ae45f46ae831 (patch) | |
tree | 63b7c9eb566c65f80e22c33067d6eecc34aaf7ba /template/yoga/header.tpl | |
parent | f223675e5d5936e2621229397fdfb045e44cf109 (diff) |
bug 176 fixed: need a javascript to handle transparent PNG background in IE
(tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm
display: fixed another IE childselector bug in Categories Management admin page
and improved display of this page in all browsers too.
git-svn-id: http://piwigo.org/svn/trunk@905 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 5f9b51c30..c56aeb480 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -19,6 +19,9 @@ <!-- END refresh --> <title>{PAGE_TITLE}</title> <script type="text/javascript" src="include/scripts.js"></script> +<!--[if gte IE 5.5000]> +<script type="text/javascript" src="include/pngfix.js"></script> +<![endif]--> </head> <body id="{BODY_ID}"> |