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 +++ theme/header.tpl | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'theme') 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') diff --git a/theme/header.tpl b/theme/header.tpl index 49968ff..794c4c0 100755 --- a/theme/header.tpl +++ b/theme/header.tpl @@ -15,6 +15,10 @@ + +