From d382b04ad907041be4dd97dd50b8b12abe68eb53 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 25 Nov 2008 17:32:07 -0500 Subject: Added MSIE CSS fixing script --- theme/css.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme/css.php') diff --git a/theme/css.php b/theme/css.php index 9eb3906..f7236eb 100755 --- a/theme/css.php +++ b/theme/css.php @@ -44,6 +44,9 @@ if (sd_ifNoSpecialDay()) } if ($_GET['cat'] == 'home') +{ + include('css/blog.php'); +} else if ($_GET['cat'] == 'panel') { include('css/blog.php'); } else if ($_GET['cat'] == 'quotes') -- cgit 1.4.1