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/field/field.file.tpl
2014-05-10 22:38:09 +07:00

13 lines
200 B
Smarty

{**
* Выбор файла
*}
{extends './field.tpl'}
{block 'field' prepend}
{$_sMods = "$_sMods file"}
{/block}
{block 'field_input'}
<input type="file" {field_input_attr_common} />
{/block}