{* $Id: topics_dtree.tpl 1096 2006-01-16 11:20:18Z zeke $ *} {foreach from=$all_topics_tree item=cur_cat key=cat_key} {if $cat_key != '0'} {/if}
{$cur_cat.topic}
{if $cur_cat.subtopics}
    {include file="topics_pages/topics_dtree_child.tpl" topics=$cur_cat.subtopics}
{/if} {/foreach}