summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 16:54:50 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 16:54:50 +0100
commit734bec9e0954fccdb8861d98e218d02793e9fbda (patch)
treede13f91f29a09e7cfe9264669135938f3c70912b /backend.php
parent96b58583a6a07303694045267621ed9f1d3ca9d4 (diff)
call pngfix.js from headlines header
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index baa7c0b08..140428442 100644
--- a/backend.php
+++ b/backend.php
@@ -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()'>";
}