插件配置:{$addon}
{if empty($fields)}
该插件未定义 config.php,暂无可配置项。
{else /}
{volist name="fields" id="f"}
{if $f.type == 'textarea'} {elseif $f.type == 'select' /} {elseif $f.type == 'radio' /} {volist name="$f.options" id="opt"} {/volist} {elseif $f.type == 'checkbox' /} {volist name="$f.options" id="opt"} {/volist} {elseif $f.type == 'number' /} {else /} {/if} {if $f.tip}
{$f.tip}
{/if}
{/volist}
{/if}