„threadr/profile/index.php“ ändern

master
Jakob 2020-03-08 16:28:57 +01:00
parent 9e80ae43ed
commit 782f93c46c
1 changed files with 0 additions and 8 deletions

View File

@ -45,14 +45,6 @@ $navbar = "profile";
include("./default.php"); include("./default.php");
} }
?> ?>
<section>
<center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/" method="post">
</form>
<a href="%CONTENT_DIR%/profile/edit.php">
<button>Edit Profile</button>
</a>
</section>
</div> </div>
</div> </div>
</html> </html>