call pngfix.js from headlines header

This commit is contained in:
Andrew Dolgov 2005-12-20 16:54:50 +01:00
parent 96b58583a6
commit 734bec9e09
1 changed files with 3 additions and 0 deletions

View File

@ -947,6 +947,9 @@
print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<script type=\"text/javascript\" src=\"functions.js\"></script>
<script type=\"text/javascript\" src=\"viewfeed.js\"></script>
<!--[if gte IE 5.5000]>
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
<![endif]-->
</head><body onload='init()'>";
}