Sehr geehrter Kunde,
ein Fehlerchen hat sich in der login.html (Pfad: templates/Ihr-Template/module/) eingeschlichen. Dabei handelt es sich um die Templates, die vor dem 24.02.2010 erworben wurden.
Suchen Sie nach:
{configload file=”$language/lang$language.conf” section=”login”}
{#HEADING_LOGIN#}
{if $info_message!=”}
{$info_message}
{/if}
{if $account_option==’account’ or $account_option==’both’}
{#title_new#}
{#text_new#}
{$BUTTON_NEW_ACCOUNT}
{if $account_option==’both’ or $account_option==’guest’}
{#title_guest#}
{#text_guest#}
{$BUTTON_GUEST}
{/if}
{$FORM_ACTION}
{#title_returning#}
{#text_returning#}
{#text_email#}
{$INPUT_MAIL}
{#text_password#}
{$INPUT_PASSWORD}
{$BUTTON_LOGIN}
» {#text_lost_password#}
{$FORM_END}
{/if}
Und ersetzen Sie es mit:
{configload file=”$language/lang$language.conf” section=”login”}
{#HEADING_LOGIN#}
{if $info_message!=”}
{$info_message}
{/if}
{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}
{$FORM_ACTION}
{#title_returning#}
{#text_returning#}
{#text_email#}
{$INPUT_MAIL}
{#text_password#}
{$INPUT_PASSWORD}
{$BUTTON_LOGIN}
» {#text_lost_password#}
{$FORM_END}
Bei Fragen bin ich gerne für Sie erreichbar. Telefon 06803 – 419 621
Gruß
Zlatko Margeta, Tempteria Webdesign