Remove calls to pngfix.js

This commit is contained in:
Joe Cooper
2007-05-15 05:23:34 +00:00
parent 351270dd60
commit 6a7d03e12e
2 changed files with 0 additions and 6 deletions

View File

@@ -31,9 +31,6 @@ function toggleview (id1,id2) {
(obj1.className=="itemshown") ? obj2.innerHTML="<img border='0' src='images/open.gif' alt='[&ndash;]'>" : obj2.innerHTML="<img border='0' src='images/closed.gif' alt='[+]'>";
}
</script>
<!--[if gte IE 5.5000]>
<script type='text/javascript' src='pngfix.js'></script>
<![endif]-->
</head>
<body>
<div class='menubody'>

View File

@@ -72,9 +72,6 @@ if ($module_name eq "mailbox" && $ENV{'HTTP_REFERER'} =~ /(edit|save)_(folder|co
sub theme_prehead
{
print "<link rel='stylesheet' type='text/css' href='$gconfig{'webprefix'}/unauthenticated/style.css' />\n";
print "<!--[if gte IE 5.5000]>\n";
print "<script type='text/javascript' src='$gconfig{'webprefix'}/unauthenticated/pngfix.js'></script>\n";
print "<![endif]-->\n";
print "<script>\n";
print "var rowsel = new Array();\n";
print "</script>\n";