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