From 37c1aa422dd126ce049862baffd5dafed588d346 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 24 Jan 2005 05:59:00 +0000 Subject: [PATCH] Tweaks to how pages are displayed git-svn-id: http://svn.automattic.com/wordpress/trunk@2123 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/header.php | 30 +++++++++++++++------------- wp-content/themes/default/page.php | 5 ++++- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index f5ac8cc69..da239f67d 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -3,14 +3,19 @@ <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - + + + + + + - - - - - - - - - + + + +
diff --git a/wp-content/themes/default/page.php b/wp-content/themes/default/page.php index fbff7df24..b082a5c5a 100644 --- a/wp-content/themes/default/page.php +++ b/wp-content/themes/default/page.php @@ -1,9 +1,10 @@ -
+
+

Read the rest of this page »

'); ?> @@ -14,4 +15,6 @@
+ + \ No newline at end of file