From e227cb587fd398b8b8d91dc9b423a8e45f42ff2b Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 8 Sep 2004 09:53:20 +0000 Subject: [PATCH] Fixed type and moving out the sidebar. git-svn-id: http://svn.automattic.com/wordpress/trunk@1626 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-footer.php | 48 +++++----------------------------------------- wp-sidebar.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 43 deletions(-) create mode 100644 wp-sidebar.php diff --git a/wp-footer.php b/wp-footer.php index 6256f3d7b..c5f5bc4c0 100644 --- a/wp-footer.php +++ b/wp-footer.php @@ -9,54 +9,16 @@ else : - +

WordPress"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?>

- \ No newline at end of file diff --git a/wp-sidebar.php b/wp-sidebar.php new file mode 100644 index 000000000..1de3f6d33 --- /dev/null +++ b/wp-sidebar.php @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file