1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-03 07:14:58 +03:00
ifhub-skin/components/search/search-form.main.tpl

10 lines
337 B
Smarty

{**
* Форма основного поиска (по топикам и комментариям)
*}
{component_define_params params=[ 'searchType', 'mods', 'classes', 'attributes' ]}
<div class="main-search">
{component 'search-form' name='main' action="{router page='search'}{$searchType|default:'topics'}" params=$params}
</div>