{if not $smarty.session.customer_info or not $smarty.session.customer_info.id}
{$LABEL.link_register} {$LABEL.lbl_pass_forgot}
{else}
{$LABEL.link_logout} {$smarty.session.customer_info.email} {$LABEL.link_edit2|lower}
{$LABEL.lbl_orders_history} {if $CONFIG.modules.wishlist.avail eq 'Y'} {$LABEL.lbl_wishlist} {elseif $CONFIG.modules.messages.avail eq 'Y'} {$LABEL.lbl_messages} {/if}
{if $CONFIG.modules.wishlist.avail eq 'Y' and $CONFIG.modules.messages.avail eq 'Y'} {$LABEL.lbl_messages} {/if} {/if}