23 lines
820 B
Smarty
23 lines
820 B
Smarty
|
<header id="branding" role="banner">
|
||
|
<hgroup>
|
||
|
<h1 id="site-title"><span><a href="$baseurl">Friendica</a></span></h1>
|
||
|
<h2 id="site-description">Previewing Another WordPress Blog</h2>
|
||
|
</hgroup>
|
||
|
|
||
|
<div id="site-location">$sitelocation</div>
|
||
|
|
||
|
<a id="headerimage" href="$baseurl">
|
||
|
<img width="1000" height="288" alt="" src="~blog.header.image~">
|
||
|
</a>
|
||
|
|
||
|
<form id="searchform" action="$baseurl/search" method="get">
|
||
|
<label class="assistive-text" for="search">Search</label>
|
||
|
<input id="search" class="field" type="text" placeholder="Search" name="search">
|
||
|
<input id="searchsubmit" class="submit" type="submit" value="Search" name="submit">
|
||
|
</form>
|
||
|
|
||
|
<nav id="access" role="navigation">
|
||
|
|
||
|
</nav>
|
||
|
</header>
|