{* * 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) * *}
{foreach $settings as $k => $field} {if !empty($field.subtitle)}
{$field.subtitle|escape:'html':'UTF-8'}
{/if}
{if empty($field.multilang)} {include file="./field.tpl" field=$field k=$k settings_identifier=$type} {else} {include file="./multilang-field.tpl" field=$field k=$k settings_identifier=$type} {/if} {if !empty($field.help_box)}
{if (!is_array($field.help_box))}{$field.help_box = [$field.help_box]}{/if} {foreach $field.help_box as $k => $line} {if $k}
{/if}{$line|escape:'html':'UTF-8'}. {/foreach}
{/if}
{if !empty($field.regenerate)} {/if} {/foreach}
{* since 1.3.0 *}