1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.text.tpl
2014-05-10 22:38:09 +07:00

9 lines
176 B
Smarty

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