1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/forms/search_forms/search_form.tags.tpl
2014-05-15 23:44:14 +07:00

14 lines
382 B
Smarty

{**
* Форма поиска по тегам
*
* @styles css/forms.css
*}
{include 'components/search_form/search_form.tpl'
sName = 'tags'
sMods = $smarty.local.sMods
sPlaceholder = $aLang.block_tags_search
sClasses = 'js-tag-search-form'
sInputClasses = 'autocomplete-tags js-tag-search'
sInputName = 'tag'
sValue = $sTag|escape}