From 08c6accba1466fead5c406d7e8ea5509d14fda19 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 24 Apr 2004 19:23:57 +0000 Subject: [PATCH] Things should be as simple as possible, but no more. git-svn-id: http://svn.automattic.com/wordpress/trunk@1142 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- index.php | 45 +++++++++++----------- wp-includes/template-functions-general.php | 21 +++++++++- wp-includes/template-functions-post.php | 11 ++++++ 3 files changed, 53 insertions(+), 24 deletions(-) diff --git a/index.php b/index.php index b2900f838..63e3019a9 100644 --- a/index.php +++ b/index.php @@ -8,27 +8,27 @@ require('./wp-blog-header.php'); <?php bloginfo('name'); ?><?php wp_title(); ?> - - + + - + - +
-

+

@@ -44,8 +44,8 @@ require('./wp-blog-header.php');