{*Smarty template*} {if is_array($structure.treedata)}
##Item## |
{$structure.treedata.type} {if $structure.treedata.tree} {str_repeat str=' ' count=3} {else} {str_repeat str=' ' count=$o.level} {/if} {if $o.type == 'Folder'} [{$o.name}] {else} {$o.name} {/if} |