{include file="header.tpl"}
{if $errors} {section name=e loop=$errors} {if $errors[e].name == 'email'}
  • Please enter your E-mail
    {/if} {if $errors[e].name == 'invalid_email'}
  • Please enter a valid E-mail
    {/if} {/section} {else} Thank you.
    Your have been successfully subscribed. {/if}

    Return to the home page
  • {include file="footer.tpl"}