summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css.php')
-rw-r--r--[-rwxr-xr-x]theme/css.php32
1 files changed, 5 insertions, 27 deletions
diff --git a/theme/css.php b/theme/css.php index 352caaa..8c8b7ec 100755..100644 --- a/theme/css.php +++ b/theme/css.php
@@ -22,32 +22,10 @@ require('../headerproc.php');
22 22
23header('Content-type: text/css'); 23header('Content-type: text/css');
24 24
25include('../../security/config.php'); 25include('css/website.css');
26include('../includes/db.php'); 26include('css/blog.php');
27include('../includes/specialdates.php'); 27include('css/bubbles.css');
28 28include('css/quotes.css');
29include("css/website.css"); 29include('css/holiday.php');
30include("css/bubbles.css");
31
32if (sd_ifNoSpecialDay())
33{
34 if ($_GET['id'] == 'day')
35 {
36 include("css/day.css");
37 } else if ($_GET['id'] == 'night')
38 {
39 include("css/night.css");
40 }
41} else {
42 include("css/holiday.php");
43}
44
45if ($_GET['cat'] == 'home')
46{
47 include('css/blog.php');
48} else if ($_GET['cat'] == 'panel')
49{
50 include('css/blog.php');
51}
52 30
53?> 31?>