{if $isDesignMode || $AllowCreateAccount != 'No'}
{$msg.headers.headerProfile}
{if ($auth_ok == "yes" || $user_cookie) && $auth_express == "no"}
{$msg.account.welcome}, {$user_name}
{if $current_page == "account"}
{$msg.account.my_account}
{else}
{$msg.account.my_account}
{/if}
{if $current_page == "profile"}
{$msg.account.my_profile}
{else}
{$msg.account.my_profile}
{/if}
{if $current_page == "address_book"}
{$msg.account.my_address_book}
{else}
{$msg.account.my_address_book}
{/if}
{if $current_page == "orders"}
{$msg.account.my_orders}
{else}
{$msg.account.my_orders}
{/if}
{if $enable_gift_cert == 'Yes'}
{if $current_page == "gift_certificate"}
{$msg.gift_certificate.checkBalanceLink}
{else}{$msg.gift_certificate.checkBalanceLink}{/if}
{/if} {if $EnableWishList == "Yes"}
{if $current_page == "manage_wishlist"}
{$msg.wishlist.link}
{else}{$msg.wishlist.link}{/if}
{/if}
{else}
{if $current_page == "login"}
{$msg.account.login}
{else}
{$msg.account.login}
{/if}
{if $current_page == "signup"}
{$msg.account.register}
{else}
{$msg.account.register}
{/if}
{/if}
{/if}