diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 10:11:20 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 10:11:20 -0500 |
commit | b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 (patch) | |
tree | 87983a20708360c3c257975951acbb1d949b7825 /theme/css.php | |
parent | d382b04ad907041be4dd97dd50b8b12abe68eb53 (diff) | |
download | fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.gz fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.bz2 fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.zip |
Removed unnesscary Quotes CSS
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/theme/css.php b/theme/css.php index f7236eb..bc198f5 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -49,9 +49,6 @@ if ($_GET['cat'] == 'home') | |||
49 | } else if ($_GET['cat'] == 'panel') | 49 | } else if ($_GET['cat'] == 'panel') |
50 | { | 50 | { |
51 | include('css/blog.php'); | 51 | include('css/blog.php'); |
52 | } else if ($_GET['cat'] == 'quotes') | ||
53 | { | ||
54 | include('css/quotes.css'); | ||
55 | } | 52 | } |
56 | 53 | ||
57 | ?> | 54 | ?> |