{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}

  {$fmlink.title}

{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'}

  {$LABEL.lbl_news}

{/if} {if $CONFIG.modules.reviews.avail eq 'Y' and not $reviews_link_shown}

  {$LABEL.lbl_reviews}

{/if} {if $CONFIG.modules.order_status.avail eq 'Y' and not $order_status_link_shown}

  {$LABEL.lbl_order_status}

{/if}

  {$LABEL.link_contacts}

{$LABEL.lbl_production}

{if $CONFIG.modules.price_list.avail eq 'Y' and not $price_list_link_shown}

  {$LABEL.lbl_price_list}

{/if} {if $CONFIG.modules.newest.avail eq 'Y'}

  {$LABEL.lbl_newest}

{/if}

  {$LABEL.lbl_search}

{if $LANGUAGES_COUNT gt 1}

{$LABEL.lbl_another_langs}

{foreach from=$LANGUAGES item=lang} {if $lang.id ne $SHOP_LANGUAGE.id}

  {$lang.title}

{/if} {/foreach} {/if}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_sitemap content=$smarty.capture.sitemap}