Trying to display title in header echoeing it:
echo '<h1 id="title"><a href="' . bloginfo('url') . '"' . ' ' . 'title="' .bloginfo('name') .'">' . bloginfo('name') . '</a></h1>';
It is parsed, but link is kicked out of h1 and url is printed instead of used to make the blog title link home:
<div id="title-area">
http://domain.com/zoneA ZoneA Zone
<h1 id="title"><a title="" href=""></a></h1>
Cannot figure out just yet why..