1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-06 00:14:25 +03:00
ifhub.club/templates/skin/developer/header_nav.tpl
2009-05-08 20:24:43 +00:00

10 lines
409 B
Smarty

<div id="nav">
{if $menu} {include file=menu.$menu.tpl} {/if}
<div class="search">
<form action="{$DIR_WEB_ROOT}/{$ROUTE_PAGE_SEARCH}/topics/" method="post">
<input class="text" type="text" onblur="if (!value) value=defaultValue" onclick="if (value==defaultValue) value=''" value="{$aLang.search}" name="q" />
<input class="button" type="submit" value="{$aLang.search}" />
</form>
</div>
</div>