{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/simple_plugin.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *}
{box title=$title}
{foreach key=t item=i from=$listcat}
{$t}:
{section name=o loop=$i}
{$i[o].name}
{if $smarty.section.o.index ne $smarty.section.o.total - 1} · {/if}
{/section}
{/foreach}
{/box}