{* $Id: site_info.tpl 1096 2006-01-16 11:20:18Z zeke $ *} {if $root_pages || $all_topics_tree} {capture name="sidebox"} {if $root_pages} {foreach from=$root_pages item=page key=key}
{$page.page|truncate:20:'...'}
{/foreach} {/if} {assign var="level" value="0"} {foreach from=$all_topics_tree item=cur_cat key=cat_key} {if $cat_key != '0'} {/if}
{$cur_cat.topic} {if $cur_cat.subtopics || $cur_cat.pages}{else}{/if}
{if $cur_cat.pages} {foreach from=$cur_cat.pages item="page" key="key"}
       {$page.page|truncate:20:'...'}
{/foreach} {/if} {if $cur_cat.subtopics}
    {include file="topics_pages/topics_dtree_child.tpl" topics=$cur_cat.subtopics}
{/if} {/foreach} {/capture} {include file="common_templates/sidebox.tpl" title=$lang.site_info content=$smarty.capture.sidebox icon="sidebox_icon_help.gif"} {/if}