summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric PINCON <pincon.else@gmail.com>2006-05-23 23:26:22 +0200
committerEric PINCON <pincon.else@gmail.com>2006-05-23 23:26:22 +0200
commit53ed44aa26dede3b27fcb542987e7fe1dec3644a (patch)
tree38759179d67e4fd64bab37f500db4ab80a3c1542
parentUse unix files ! Not dos formatting (diff)
downloadweb-53ed44aa26dede3b27fcb542987e7fe1dec3644a.tar.xz
stupid test
-rw-r--r--blog/themes/else-theme/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/themes/else-theme/header.php b/blog/themes/else-theme/header.php
index 9338b26..cac349d 100644
--- a/blog/themes/else-theme/header.php
+++ b/blog/themes/else-theme/header.php
@@ -17,7 +17,7 @@
and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
not, then go right ahead and delete the following lines, and the image files. */
- body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor2.jpg"); }
+ /*body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor2.jpg"); } */
<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor2.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>