1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/components/tags/search-form.tags.tpl
2014-12-05 18:49:29 +07:00

12 lines
347 B
Smarty

{**
* Форма поиска по тегам
*}
{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 = $tag|escape}