1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/blog/search-form.blogs.tpl
2014-10-18 13:07:45 +07:00

15 lines
435 B
Smarty

{**
* Форма поиска блогов
*
* @styles css/forms.css
*}
{include 'components/search-form/search-form.tpl'
name = 'blog'
method = 'post'
placeholder = $aLang.blog.search.placeholder
classes = 'js-tag-search-form'
inputClasses = 'js-search-ajax-option js-search-text-main'
inputAttributes = 'data-type="blogs"'
inputName = 'blog_title'
noSubmitButton = true}