summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-05-17 19:51:43 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-05-17 19:51:43 -0400
commitccabcbf3a48d1e96b429cc54c5b755e8fb966b48 (patch)
tree1cbe4d88d94447f542c903fa6f00c0b040a43d17 /theme/css.php
parent9466c3d016a0d8f19ce22f42b8e617df222329f1 (diff)
downloadfourisland-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-xtheme/css.php2
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');
25include('../includes/functions.php'); 25include('../includes/functions.php');
26 26
27include('css/website.css'); 27include('css/website.css');
28include('css/bubbles.css');
28include('layouts/' . getLayout() . '/style.php'); 29include('layouts/' . getLayout() . '/style.php');
29include('css/blog.php'); 30include('css/blog.php');
30include('css/bubbles.css');
31include('css/quotes.css'); 31include('css/quotes.css');
32 32
33?> 33?>