summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-25 17:32:07 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-25 17:32:07 -0500
commitd382b04ad907041be4dd97dd50b8b12abe68eb53 (patch)
tree282740267d6819d104f2be12e0c2f2bdf2cf8983 /theme/css.php
parentbed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d (diff)
downloadfourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.gz
fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.bz2
fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.zip
Added MSIE CSS fixing script
Diffstat (limited to 'theme/css.php')
-rwxr-xr-xtheme/css.php3
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())
46if ($_GET['cat'] == 'home') 46if ($_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');