From a185b7376e97dfd1c572dc9eb4e97b9009c593f3 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 23 May 2005 17:58:59 +0000 Subject: [PATCH] Reducing the number of tabs to make using the built-in editor easier git-svn-id: http://svn.automattic.com/wordpress/trunk@2615 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/header.php | 76 +++++++++++++--------------- 1 file changed, 36 insertions(+), 40 deletions(-) diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index fe2051ee4..99ff334d6 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -2,54 +2,50 @@ - + - <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - - +<?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - - - - - + - +/* To ease the insertion of a personal header image, I have done it in such a way, + that you simply drop in an image called 'personalheader.jpg' into your /images/ + directory. Dimensions should be at least 760px x 200px. Anything above that will + get cropped off of the image. */ + /* + #headerimg { background: url('/images/personalheader.jpg') no-repeat top;} + */ + - + - +