Added wrapper div.

git-svn-id: http://svn.automattic.com/wordpress/trunk@266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-07-23 20:27:34 +00:00
parent 81d1deec51
commit ae9ddeb917
1 changed files with 2 additions and 0 deletions

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>