{foreach from=$sitemap.structure item=page}
{if ($page->parent_id == 5 || $page->parent_id == 7) && $page->active == 1 && $page->sitemap_activ == 1}
http://{$servername}/{if $page->uri_path}{$page->uri_path}/{/if}{$page->short_uri}/
{$date}
daily
1.0
{/if}
{/foreach}
{foreach from=$sitemap.structure item=page}
{if $page->parent_id != 5 && $page->parent_id != 7 && $page->parent_id != 61 && $page->parent_id != 0 && $page->sitemap_activ == 1 && $page->active == 1}
http://{$servername}/{if $page->uri_path}{$page->uri_path}/{/if}{$page->short_uri}/
{$date}
daily
1.0
{if $page->items}
{foreach from=$page->items item=item}
{if $item->active == 1}
http://{$servername}/{if $item->structure_uri_path}{$item->structure_uri_path}/{/if}{$item->structure_short_uri}/{$item->short_uri}.html
{$date}
daily
1.0
{/if}
{/foreach}
{/if}
{/if}
{/foreach}