{foreach name="groupList" id="group" key="groupName"}
{foreach name="$addon.config" id="item"}
{if ((!isset($item['group']) || $item['group']=='') && $groupName=='other') || (isset($item['group']) && $item['group']==$group)}
{$item.title}
{if $item.type=='array' && $item.tip}
{/if}
|
|
{/if}
{/foreach}
{/foreach}