diff options
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(); |