{capture name=sitemap}

{$LABEL.lbl_categories}

{include file="sitemap/categories.html"}

{$LABEL.lbl_info}

{assign var=reviews_link_shown value=false} {assign var=order_status_link_shown value=false} {assign var=price_list_link_shown value=false} {foreach from=$fmlinks item=fmlink} {if $fmlink.module eq 'reviews'} {assign var=reviews_link_shown value=true} {elseif $fmlink.module eq 'order_status'} {assign var=order_status_link_shown value=true} {elseif $fmlink.module eq 'price_list'} {assign var=price_list_link_shown value=true} {/if} {/foreach} {if $CONFIG.modules.news.avail eq 'Y'} {/if} {if $CONFIG.modules.reviews.avail eq 'Y' and not $reviews_link_shown} {/if} {if $CONFIG.modules.order_status.avail eq 'Y' and not $order_status_link_shown} {/if}

{$LABEL.lbl_production}

{if $CONFIG.modules.price_list.avail eq 'Y' and not $price_list_link_shown} {/if} {if $CONFIG.modules.newest.avail eq 'Y'} {/if} {if $LANGUAGES_COUNT gt 1}

{$LABEL.lbl_another_langs}

{foreach from=$LANGUAGES item=lang} {if $lang.id ne $SHOP_LANGUAGE.id} {/if} {/foreach} {/if}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_sitemap content=$smarty.capture.sitemap id="sitemap"}