„threadr/profile/edit.php“ ändern

master
Erik 2020-03-04 10:28:19 +01:00
parent da06892d14
commit 760cfae047
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ $navbar = "profile";
<div class="item-2 form"> <div class="item-2 form">
<center><h1><?php echo " $username "; ?> </h1></center> <center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/" method="post"> <form action="%CONTENT_DIR%/profile/" method="post">
<input type="text" name="name" maxlength="20" placeholder="First name"/>
<input type="text" name="email" placeholder="E-mail"/>
<input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/> <input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/>
</form> </form>
</div> </div>