diff --git a/index.php b/index.php index 2fb28ef226..2fdcdd9e49 100644 --- a/index.php +++ b/index.php @@ -1,36 +1,9 @@ - - - - <?php bloginfo('name'); ?><?php wp_title(); ?> - - - - - - - - - - - - - - - - - - -
-

- -
',''); ?> @@ -61,55 +34,5 @@ require('./wp-blog-header.php'); -
- - - - -
- -

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

- - + \ No newline at end of file diff --git a/wp-footer.php b/wp-footer.php new file mode 100644 index 0000000000..1e12ed1674 --- /dev/null +++ b/wp-footer.php @@ -0,0 +1,60 @@ + + + + + + + + + +

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

+ + + \ No newline at end of file diff --git a/wp-header.php b/wp-header.php new file mode 100644 index 0000000000..54e52bffb8 --- /dev/null +++ b/wp-header.php @@ -0,0 +1,37 @@ + + + + + + <?php bloginfo('name'); ?><?php wp_title(); ?> + + + + + + + + + + + + + + + + + + +
+

+ +
+ \ No newline at end of file