„threadr/profile/index.php“ ändern

master
Erik 2020-03-04 08:43:45 +01:00
parent 99a3a149db
commit e4fb796b24
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +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"submit" value="Edit Profile">
</form> </form>
<input type"submit" value="Edit Profile">
</div> </div>
</div> </div>
</html> </html>