„threadr/userhome/index.php“ ändern

master
Erik 2020-03-06 10:13:31 +01:00
parent a882bd552d
commit d81ae9e0fa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $navbar = "home";
<div class="item-2"> <div class="item-2">
<center><h3><?php echo "Welcome back, $username !";?> </h3></center> <center><h3><?php echo "Welcome back, $username !";?> </h3></center>
<form action="%CONTENT_DIR%/boards/post.php" method="post"> <form action="%CONTENT_DIR%/boards/post.php" method="post">
<input type="submit" value="Post"> <input type="submit" value="Post something">
</div> </div>
</div> </div>
</html> </html>