1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.text.tpl
2014-10-18 13:07:45 +07:00

9 lines
175 B
Smarty

{**
* Текстовое поле
*}
{extends './field.tpl'}
{block 'field_input'}
<input type="{$smarty.local.type|default:'text'}" {field_input_attr_common} />
{/block}