Use home instead of siteurl.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-01-26 07:21:53 +00:00
parent 38a0c65a59
commit 5dd45ddd29
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_settings('siteurl'); ?>"><?php bloginfo('name'); ?></a></h1>
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>