{php $tys = plugins::typeinfo($_typeid,$_tyname,$_subtitle,$_tycontent,$_len,$_tyimage)}
{loop $tys $ty}
{if $ty['image']}
{/if}
{if $ty['typename']}{$ty['typename']}{/if}
{if $ty['subtitle']}
{$ty['subtitle']}
{/if} {if $ty['typecontent']}{$ty['typecontent']}
{/if} {/loop}