„threadr/profile/index.php“ ändern

master
Erik 2020-03-04 08:46:35 +01:00
parent e4fb796b24
commit eadf4ab078
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ $navbar = "profile";
<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">
</form> </form>
<input type"submit" value="Edit Profile"> <a href="%CONTENT_DIR%/profile/redirect.php">
<button>Edit Profile</button>
</a>
</div> </div>
</div> </div>
</html> </html>