{if $act eq 'show' && $smarty.session.customer_info.id} {capture name=account}
{if $CONFIG.modules.messages.avail eq 'Y'} {/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.mhead_account content=$smarty.capture.account} {elseif $act eq 'orders' and $smarty.session.customer_info.id} {include file="account/orders/orders.html"} {elseif $act eq 'wishlist' and $smarty.session.customer_info.id} {include file="account/wishlist/wishlist.html"} {elseif $act eq 'edit' and $smarty.session.customer_info} {include file="account/edit.html"} {elseif $act eq 'register'} {include file="account/register.html"} {elseif $act eq 'pwd_recover'} {capture name=account} {if $recover_key}{$LABEL.lbl_type_new_password}
{include file="_system_/button.html" js="document.forms.newpass_form.submit();" title=$LABEL.link_save}
{else}{$LABEL.lbl_pass_recovery}
{/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.link_pass_recovery content=$smarty.capture.account} {else} {capture name=account} {/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_login content=$smarty.capture.account} {/if}