„threadr/boards/thread.php“ ändern

master
Erik 2020-03-06 10:20:57 +01:00
parent 9ec99d299b
commit 4c6ee895f3
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ $navbar="boards";
?> ?>
</center></h1> </center></h1>
</div> </div>
<div class="item-2">
<form action="%CONTENT_DIR%/boards/post.php?id=$_GET['id']" method="post">
<input type="submit" value="Post something">
</div>
</div> </div>
</body> </body>
</html> </html>