{capture name="pagelinks"}
  • {$msg.common.home_page}
  • {if $testimonials_Enabled == "Yes"}
  • {$msg.testimonials.testimonials}
  • {/if} {if $kb_Enabled == "Yes"}
  • {$msg.kb.kb}
  • {/if} {if $AffiliateActive == "YES"}
  • {$AffiliateLinkText|htmlspecialchars}
  • {/if} {if $currencies_count > 1 || $languages_count > 1}
  • International
  • {/if} {foreach from=$pages_links item="page_item"} {if $page_item.top}
  • {$page_item.title|htmlspecialchars}
  • {/if} {/foreach} {/capture} {if $smarty.capture.pagelinks != ''}
      {$smarty.capture.pagelinks}
    {else}   {/if}
      {if $auth_ok == "yes"}
    • {$msg.cart.checkout}
    • {if $EnableWishList == "Yes"}
    • {$msg.wishlist.link}
    • {/if} {if $auth_express != "yes"}
    • {$msg.account.my_account}
    • {$msg.account.logout}
    • {/if} {else} {if $AllowCreateAccount != "No"}
    • {$msg.account.login} / {$msg.account.register}
    • {else}
    • {$msg.cart.checkout}
    • {/if} {/if}
    • {$msg.cart.view_cart} {if $order->itemsCount < 1} ({$msg.cart.cart_is_empty}) {else} : {$order->itemsCount} {$msg.cart.items} / {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$order->subtotalAmount|price}{/if} {/if}