{if array_key_exists($id,$Think.config.web.config_group_list)}
    {volist name="Think.config.web.config_group_list" id="group"}
  • {$group}配置
  • {/volist}
{/if}
{volist name="list" id="config"}
{switch name="config.type"} {case value="0"}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="1"}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="2"}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="3"}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="4"}
{volist name=":parse_config_attr($config['extra'])" id="vo"} {/volist}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="5"}
{volist name=":parse_config_attr($config['extra'])" id="vo"} {/volist}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="6"}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="7"}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {/switch}
{/volist}