From 284226706885e3b40769dea5853a95e2b32efda8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 Nov 2008 18:01:52 -0500 Subject: Created the 6th layout --- theme/css.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'theme/css.php') diff --git a/theme/css.php b/theme/css.php index 4984f03..2acf0c7 100755 --- a/theme/css.php +++ b/theme/css.php @@ -25,16 +25,8 @@ header('Content-type: text/css'); include('../../security/config.php'); include('../includes/db.php'); -if (!isset($_GET['background'])) -{ - include("css/website.php"); - include("css/headers.php"); - include("css/navigation.php"); - include("css/uniform.php"); - include("css/quotes.php"); - include("css/bubbles.css"); -} - -include("css/backgrounds.php"); +include("css/website.php"); +include("css/bubbles.css"); +include("css/thickbox.css"); ?> -- cgit 1.4.1