{template header}

APP插件管理

{loop $arrPlugin $key $item} {/loop}
名称版本作者/介绍操作
{$item[about][name]} ({$item[name]}){$item[about][version]}{$item[about][desc]}
作者:{$item[about][author]}
{if in_array($item[name],$app_plugins)}停用{else}启用{/if} {if $item[about][isedit]=='1' && in_array($item[name],$app_plugins)}编辑{/if} 删除
{template footer}