summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-18 10:59:23 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-18 10:59:23 +0000
commitb5ffb846032fcaea340b3d5cdd658572f21ad2a5 (patch)
tree4115b9b9e0ab938a680bd40a1d2798b7b95eef0e /wp-content/themes/home
parent34f273a0a009388878ee31f64561ab4924cd753a (diff)
downloadwordpress-mu-b5ffb846032fcaea340b3d5cdd658572f21ad2a5.tar.gz
wordpress-mu-b5ffb846032fcaea340b3d5cdd658572f21ad2a5.tar.xz
wordpress-mu-b5ffb846032fcaea340b3d5cdd658572f21ad2a5.zip
Always show wide background because we never use the sidebar. (#88)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@683 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content/themes/home')
-rw-r--r--wp-content/themes/home/header.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/wp-content/themes/home/header.php b/wp-content/themes/home/header.php
index 37a0326..cb69360 100644
--- a/wp-content/themes/home/header.php
+++ b/wp-content/themes/home/header.php
@@ -20,11 +20,7 @@
not, then go right ahead and delete the following lines, and the image files. */
body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor.jpg"); }
-<?php /* Checks to see whether it needs a sidebar or not */ if ( !$withcomments && !is_single() && !is_home() ) { ?>
- #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
-<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
-<?php } ?>
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; }
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;}