1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 09:48:19 +03:00
ifhub.club/templates/skin/developer/actions/ActionSearch/index.tpl
2010-02-08 02:10:30 +00:00

11 lines
283 B
Smarty

{include file='header.tpl'}
<h2>{$aLang.search}</h2>
<form action="{router page='search'}topics/" method="GET">
<p>
<input type="text" value="" name="q" class="w100p" />
<input type="submit" value="{$aLang.search_submit}" />
</p>
</form>
{include file='footer.tpl'}