Added wrapper div.

git-svn-id: https://develop.svn.wordpress.org/trunk@266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-07-23 20:27:34 +00:00
parent 4258329c68
commit f9b43b1eec

View File

@ -25,6 +25,7 @@ require_once($abspath.'wp-links/links.php');
</head>
<body>
<div id="rap">
<h1 id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div id="content">
@ -104,6 +105,7 @@ require_once($abspath.'wp-links/links.php');
</div>
</div>
</body>
</html>