„threadr/profile/index.php“ ändern
parent
e4fb796b24
commit
eadf4ab078
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue