{config_load file="$language/lang_$language.conf" section="login"} {config_load file="$language/lang_$language.conf" section="newsletter"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="login"}

{#heading_login#}

{if $error_message}
{$error_message}
{/if} {if $success_message}
{$success_message}
{/if}

{#title_returning#}

{$FORM_ACTION}

{#text_returning#}

{#text_after_login#}
{if $VVIMG} {/if} {if $INPUT_CODE} {/if}
{#text_email#}{$INPUT_MAIL|replace:"type=\"text\"":"type=\"email\""}
{#text_password#}{$INPUT_PASSWORD}
{#text_sec_code#}{$VVIMG}
{#text_sec_code#}{$INPUT_CODE}
{$BUTTON_LOGIN}
{$FORM_END}
{if $account_option == 'account' or $account_option == 'both'}

{#title_new#}

{#text_new#}

{$BUTTON_NEW_ACCOUNT}
{/if} {if $account_option == 'both' or $account_option == 'guest'}

{#title_guest#}

{#text_guest#}

{$BUTTON_GUEST}
{/if}