Added wrapper div.
git-svn-id: https://develop.svn.wordpress.org/trunk@266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4258329c68
commit
f9b43b1eec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user