1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/developer/header_nav.tpl

10 lines
409 B
Smarty
Raw Normal View History

2009-05-08 23:24:43 +03:00
<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>