diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-05-17 19:51:43 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-05-17 19:51:43 -0400 |
commit | ccabcbf3a48d1e96b429cc54c5b755e8fb966b48 (patch) | |
tree | 1cbe4d88d94447f542c903fa6f00c0b040a43d17 /theme/css.php | |
parent | 9466c3d016a0d8f19ce22f42b8e617df222329f1 (diff) | |
download | fourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.tar.gz fourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.tar.bz2 fourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.zip |
Created Subtle Mode (SEVERE BETA, LOL IT LOOKS GROSS)
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/css.php b/theme/css.php index 74e7c09..30a1523 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -25,9 +25,9 @@ header('Content-type: text/css'); | |||
25 | include('../includes/functions.php'); | 25 | include('../includes/functions.php'); |
26 | 26 | ||
27 | include('css/website.css'); | 27 | include('css/website.css'); |
28 | include('css/bubbles.css'); | ||
28 | include('layouts/' . getLayout() . '/style.php'); | 29 | include('layouts/' . getLayout() . '/style.php'); |
29 | include('css/blog.php'); | 30 | include('css/blog.php'); |
30 | include('css/bubbles.css'); | ||
31 | include('css/quotes.css'); | 31 | include('css/quotes.css'); |
32 | 32 | ||
33 | ?> | 33 | ?> |