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 | |
| parent | bed8ca70bfa9c85fd6c3b9cffb258a11b60ac37d (diff) | |
| download | fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.gz fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.tar.bz2 fourisland-d382b04ad907041be4dd97dd50b8b12abe68eb53.zip | |
Added MSIE CSS fixing script
Diffstat (limited to 'theme')
| -rwxr-xr-x | theme/css.php | 3 | ||||
| -rwxr-xr-x | theme/header.tpl | 4 |
2 files changed, 7 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'); |
| 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 @@ | |||
| 15 | <SCRIPT SRC="/theme/js/round_bubbles.js" TYPE="text/javascript"></SCRIPT> | 15 | <SCRIPT SRC="/theme/js/round_bubbles.js" TYPE="text/javascript"></SCRIPT> |
| 16 | <SCRIPT SRC="/theme/js/thickbox.js" TYPE="text/javascript"></SCRIPT> | 16 | <SCRIPT SRC="/theme/js/thickbox.js" TYPE="text/javascript"></SCRIPT> |
| 17 | 17 | ||
| 18 | <!--[if lt IE 8]> | ||
| 19 | <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script> | ||
| 20 | <![endif]--> | ||
| 21 | |||
| 18 | <!--BEGIN SPLASH--> | 22 | <!--BEGIN SPLASH--> |
| 19 | <SCRIPT TYPE="text/javascript"> | 23 | <SCRIPT TYPE="text/javascript"> |
| 20 | tb_splash(); | 24 | tb_splash(); |
