diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
commit | 284226706885e3b40769dea5853a95e2b32efda8 (patch) | |
tree | 77392f8cdb81eb805660b433c0ae9cfac7174607 /theme/css.php | |
parent | 3796eb62b5a6a959d1a45697e08998adf7fd78a3 (diff) | |
download | fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.gz fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.bz2 fourisland-284226706885e3b40769dea5853a95e2b32efda8.zip |
Created the 6th layout
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 14 |
1 files changed, 3 insertions, 11 deletions
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'); | |||
25 | include('../../security/config.php'); | 25 | include('../../security/config.php'); |
26 | include('../includes/db.php'); | 26 | include('../includes/db.php'); |
27 | 27 | ||
28 | if (!isset($_GET['background'])) | 28 | include("css/website.php"); |
29 | { | 29 | include("css/bubbles.css"); |
30 | include("css/website.php"); | 30 | include("css/thickbox.css"); |
31 | include("css/headers.php"); | ||
32 | include("css/navigation.php"); | ||
33 | include("css/uniform.php"); | ||
34 | include("css/quotes.php"); | ||
35 | include("css/bubbles.css"); | ||
36 | } | ||
37 | |||
38 | include("css/backgrounds.php"); | ||
39 | 31 | ||
40 | ?> | 32 | ?> |