You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
412 B
Smarty
15 lines
412 B
Smarty
<?php
|
|
include_once("header.tpl");
|
|
?>
|
|
<p>Bitte gib deine E-Mail-Adresse ein!</p>
|
|
<p>Wir werden dir eine E-Mail senden, mit der du Zugangsdaten für
|
|
deine WP:@-Adresse anfordern kannst.</p>
|
|
<form class="emailform" method="POST">
|
|
<label for="email" name="Email" value="E-Mail">E-Mail:</label>
|
|
<input type = "email" name="email"/>
|
|
<input type = "submit" value="Senden"/>
|
|
</form>
|
|
<?php
|
|
include_once("footer.tpl");
|
|
?>
|