diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 05:45:26 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 05:45:26 +0100 |
| commit | 935f235da7481a6d5d06168f484bd9f2aa0f6ccd (patch) | |
| tree | b218ee6e3b579b835cd43f41d285119d5472e11d /tt-rss.php | |
| parent | 11befbb22ff3761a1d29c93fd80cc7b75502bd84 (diff) | |
msie compatibility fixes
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php index 23cb712a8..8aae9503a 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -48,6 +48,11 @@ <?php } ?> + <!--[if gte IE 5.5000]> + <script type="text/javascript" src="pngfix.js"></script> + <link rel="stylesheet" type="text/css" href="tt-rss-ie.css"> + <![endif]--> + <link rel="shortcut icon" type="image/png" href="images/favicon.png"> <script type="text/javascript" src="prototype.js"></script> |