{config_load file="$language/lang.conf" section="login"}
{#heading_login#}
{if $info_message!=''}
{/if}
{if $account_option=='account' or $account_option=='both'}
{#title_new#} |
{#text_new#}
{$BUTTON_NEW_ACCOUNT} |
|
{$FORM_ACTION}
{#title_returning#} |
{#text_returning#}
{if $CAPTCHA_IMG !=''}
{$CAPTCHA_IMG} |
{$CAPTCHA_INPUT} |
{/if}
{#text_email#} |
{$INPUT_MAIL} |
{#text_password#} |
{$INPUT_PASSWORD} |
{#text_lost_password#}
{$BUTTON_LOGIN} |
{$FORM_END}
|
{/if}
{if $account_option=='both' or $account_option=='guest'}
{#title_guest#} |
{#text_guest#}
{$BUTTON_GUEST} |
|
{/if}