summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-22 18:01:52 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-22 18:01:52 -0500
commit284226706885e3b40769dea5853a95e2b32efda8 (patch)
tree77392f8cdb81eb805660b433c0ae9cfac7174607 /theme/css.php
parent3796eb62b5a6a959d1a45697e08998adf7fd78a3 (diff)
downloadfourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.gz
fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.bz2
fourisland-284226706885e3b40769dea5853a95e2b32efda8.zip
Created the 6th layout
Diffstat (limited to 'theme/css.php')
-rwxr-xr-xtheme/css.php14
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');
25include('../../security/config.php'); 25include('../../security/config.php');
26include('../includes/db.php'); 26include('../includes/db.php');
27 27
28if (!isset($_GET['background'])) 28include("css/website.php");
29{ 29include("css/bubbles.css");
30 include("css/website.php"); 30include("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
38include("css/backgrounds.php");
39 31
40?> 32?>