{if $act eq 'show' && $smarty.session.customer_info.id} {capture name=account}

{$LABEL.lbl_personal_data}

{$LABEL.lbl_orders_history}

{$LABEL.lbl_wishlist}

{if $CONFIG.modules.messages.avail eq 'Y'}

{$LABEL.lbl_messages}

{/if}

{$LABEL.link_logout}

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

{$LABEL.lbl_your_email}:  {$recover_email}
{$LABEL.lbl_password}: 
{$LABEL.lbl_re_password}: 

{include file="_system_/button.html" js="document.forms.newpass_form.submit();" title=$LABEL.link_save}

{else}

{$LABEL.lbl_pass_recovery}

{$LABEL.lbl_email}: {include file="_system_/button.html" js="document.forms.newpass_form.submit();" title=$LABEL.link_send}

{/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.link_pass_recovery content=$smarty.capture.account} {else} {capture name=account}
{if $CONFIG.settings.captcha_turn_off ne 'on'} {/if}
{$LABEL.lbl_email}:   
{$LABEL.lbl_password}:  {$LABEL.lbl_pass_forgot}
  {$LABEL.lbl_picture_text}  
{$LABEL.lbl_picture_text}:   
{$LABEL.link_register}

 
  {include file="_system_/button.html" js="document.forms.login_form.submit(); return false;" title="`$LABEL.link_login` →"}  
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_login content=$smarty.capture.account} {/if}