summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
commitb9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 (patch)
tree87983a20708360c3c257975951acbb1d949b7825 /theme/css.php
parentd382b04ad907041be4dd97dd50b8b12abe68eb53 (diff)
downloadfourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.gz
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.bz2
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.zip
Removed unnesscary Quotes CSS
Diffstat (limited to 'theme/css.php')
-rwxr-xr-xtheme/css.php3
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?>