<!-- Tree BEGIN -->
<table class="tree" cellpadding="0" cellspacing="0" id="{$BASENAME}" style="display: {$DISPLAY}">
{section name=counter loop=$treerow}
<!--row BEGIN-->
<tr class="{cycle values="treeBG1,treeBG2}">
<td class="tree">{$treerow[counter].TREEENTRY}</td>
</tr>
<!--row END-->
{/section}
</table>
<!-- Tree END -->