diff options
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 | ?> |