{* $Id: sitemap.tpl 2422 2006-11-01 15:55:25Z zeke $ *} {capture name="mainbox"}

{if $sitemap.categories} {foreach from=$sitemap.categories item=link} {/foreach} {/if} {if $sitemap.categories_tree} {/if}
   {$link.link}
   {include file="sitemap_pages/categories_tree.tpl" all_categories_tree=$sitemap.categories_tree}
 

{if $sitemap_settings.show_site_info == 'Y'}

{foreach from=$all_topics_tree.pages item=page} {/foreach} {foreach from=$all_topics_tree.topics item=topic} {/foreach}
   {$page.page}
   {$topic.topic}
{/if} 

{if $sitemap.custom} {foreach from=$sitemap.custom item=section key=name}

{foreach from=$section item=link} {/foreach}
   {$link.link}

{/foreach} {/if} 

{/capture} {include file="common_templates/mainbox.tpl" title=$lang.sitemap content=$smarty.capture.mainbox}