From 214246e5c2e02ff60506af3d2478a06e38bfd0c2 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 Nov 2008 17:36:12 -0500 Subject: Prettified stylesheets --- theme/css.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'theme/css.php') 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'); include('../../security/config.php'); include('../includes/db.php'); -include("css/website.php"); +include("css/website.css"); include("css/bubbles.css"); include("css/thickbox.css"); @@ -35,8 +35,14 @@ if ($_GET['id'] == 'day') } else if ($_GET['id'] == 'night') { include("css/night.css"); -} else { - echo('body {display: none}'); +} + +if ($_GET['cat'] == 'home') +{ + include('css/blog.php'); +} else if ($_GET['cat'] == 'quotes') +{ + include('css/quotes.css'); } ?> -- cgit 1.4.1