1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/tags/search-form.tags.tpl
2014-10-18 13:07:45 +07:00

14 lines
376 B
Smarty

{**
* Форма поиска по тегам
*
* @styles css/forms.css
*}
{include 'components/search-form/search-form.tpl'
name = 'tags'
mods = $smarty.local.mods
placeholder = {lang 'tags.search.label'}
classes = 'js-tag-search-form'
inputClasses = 'autocomplete-tags js-tag-search'
inputName = 'tag'
value = $sTag|escape}