{* * 2007-2017 Amazzing * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * * @author Amazzing * @copyright 2007-2017 Amazzing * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * *} {$type = 'text'}{if !empty($field.type)}{$type = $field.type}{/if} {$name = $k}{if !empty($field.input_name)}{$name = $field.input_name}{/if}
{foreach $languages as $lang} {$id_lang = $lang.id_lang} {$value = ''} {if !empty($field.value)} {if (!is_array($field.value))} {$value = $field.value} {else if !empty($field.value.$id_lang)} {$value = $field.value.$id_lang} {/if} {/if}
{if $type == 'mce'} {$id = $field.type|cat:'-'|cat:$id_lang|cat:'-'|cat:uniqid()} {else} {/if}
{/foreach}
{* since 1.2.0 *}