diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-25 17:32:07 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-25 17:32:07 -0500 |
| commit | d382b04ad907041be4dd97dd50b8b12abe68eb53 (patch) | |
| tree | 282740267d6819d104f2be12e0c2f2bdf2cf8983 /theme/css.php | |
| parent | bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d (diff) | |
| download | fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.gz fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.bz2 fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.zip | |
Added MSIE CSS fixing script
Diffstat (limited to 'theme/css.php')
| -rwxr-xr-x | theme/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/theme/css.php b/theme/css.php index 9eb3906..f7236eb 100755 --- a/theme/css.php +++ b/theme/css.php | |||
| @@ -46,6 +46,9 @@ if (sd_ifNoSpecialDay()) | |||
| 46 | if ($_GET['cat'] == 'home') | 46 | if ($_GET['cat'] == 'home') |
| 47 | { | 47 | { |
| 48 | include('css/blog.php'); | 48 | include('css/blog.php'); |
| 49 | } else if ($_GET['cat'] == 'panel') | ||
| 50 | { | ||
| 51 | include('css/blog.php'); | ||
| 49 | } else if ($_GET['cat'] == 'quotes') | 52 | } else if ($_GET['cat'] == 'quotes') |
| 50 | { | 53 | { |
| 51 | include('css/quotes.css'); | 54 | include('css/quotes.css'); |
