„threadr/profile/index.php“ ändern

master
Erik 2020-02-26 10:34:14 +01:00
parent cc021fb2b4
commit 6b6491e11a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $username = $dbentry['name'];
<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/redirect.php" method="post"> <form action="%CONTENT_DIR%/profile/redirect.php" method="post">
<input type="text" name="biografie" maxlength="2000" placeholder="Beschreibe dich"/> <input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/>
</form> </form>
</div> </div>
</div> </div>