summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-31 15:45:16 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-31 15:45:16 +0000
commitdc2d9cde9b381b994d298fb5adbf222376aca248 (patch)
treeb9198495dc8429bf5092f88045aadc67df845638 /wp-content
parentb7ce26e2b66214f240e78c611bffae131727285c (diff)
downloadwordpress-mu-dc2d9cde9b381b994d298fb5adbf222376aca248.tar.gz
wordpress-mu-dc2d9cde9b381b994d298fb5adbf222376aca248.tar.xz
wordpress-mu-dc2d9cde9b381b994d298fb5adbf222376aca248.zip
Always display a wide column
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@732 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/themes/home/header.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/wp-content/themes/home/header.php b/wp-content/themes/home/header.php
index 0d6c10d..86238ee 100644
--- a/wp-content/themes/home/header.php
+++ b/wp-content/themes/home/header.php
@@ -13,16 +13,7 @@
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<style type="text/css" media="screen">
-
-<?php
-// Checks to see whether it needs a sidebar or not
-if ( !$withcomments && !is_single() ) {
-?>
- #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 } ?>
-
+#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
</style>
<?php wp_head(); ?>