{config_load file="$language/lang_$language.conf" section="sitemap"}
{php}$i=0;{/php}
{foreach name=aussen item=module_data from=$module_content}
{php}$i++;{/php}
{$module_data.CAT_NAME}
{if $module_data.PCOUNT != '0' && SHOW_COUNTS=='true'} ({$module_data.PCOUNT}){/if}
|
{foreach key=key_data item=item_data from=$module_data.SCATS}
{$item_data.text}
{if $item_data.pcount != '0' && SHOW_COUNTS=='true'} ({$item_data.pcount}){/if}
{foreachelse}
|
{#no_subcategories#}
|
{/foreach}
|
|
{php}if ($i==3){ echo "
"; $i=0; }{/php}
{/foreach}