From f7f2958c1dfeedf391cfcbb3ba74633fc6516999 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@2615 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 fe2051ee40..99ff334d67 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;} + */ + - + - +