{* $Id: topics_dtree_child.tpl 2422 2006-11-01 15:55:25Z zeke $ *} {foreach from=$topics item="cat" key="key"}
· {$cat.topic}
{if $cat.pages} {foreach from=$cat.pages item="page" key="key"}
       {$page.page|truncate:20:'...'}
{/foreach} {/if} {if $cat.subtopics}
  ·  {include file="topics_pages/topics_dtree_child.tpl" topics=$cat.subtopics}
{/if} {/foreach}