summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:36:12 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:36:12 -0500
commit214246e5c2e02ff60506af3d2478a06e38bfd0c2 (patch)
treeb734255ed552e8ece1f3c772c3d0b738e704112f /theme/css.php
parent326314e6c07af25ae4e0f20299b86cdc100528e9 (diff)
downloadfourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.gz
fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.bz2
fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.zip
Prettified stylesheets
Diffstat (limited to 'theme/css.php')
-rwxr-xr-xtheme/css.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/theme/css.php b/theme/css.php index 1010bd1..d8825ae 100755 --- a/theme/css.php +++ b/theme/css.php
@@ -25,7 +25,7 @@ header('Content-type: text/css');
25include('../../security/config.php'); 25include('../../security/config.php');
26include('../includes/db.php'); 26include('../includes/db.php');
27 27
28include("css/website.php"); 28include("css/website.css");
29include("css/bubbles.css"); 29include("css/bubbles.css");
30include("css/thickbox.css"); 30include("css/thickbox.css");
31 31
@@ -35,8 +35,14 @@ if ($_GET['id'] == 'day')
35} else if ($_GET['id'] == 'night') 35} else if ($_GET['id'] == 'night')
36{ 36{
37 include("css/night.css"); 37 include("css/night.css");
38} else { 38}
39 echo('body {display: none}'); 39
40if ($_GET['cat'] == 'home')
41{
42 include('css/blog.php');
43} else if ($_GET['cat'] == 'quotes')
44{
45 include('css/quotes.css');
40} 46}
41 47
42?> 48?>