„threadr/boards/thread.php“ ändern
parent
6d68159727
commit
e1da25913a
|
@ -36,9 +36,8 @@ $id=$_GET['id'];
|
||||||
</div>
|
</div>
|
||||||
<div class="item-2">
|
<div class="item-2">
|
||||||
<?php
|
<?php
|
||||||
echo "<form action='%CONTENT_DIR%/boards/post.php?id=$id' method='post'>";
|
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
|
||||||
?>
|
?>
|
||||||
<input type="submit" value="Post something">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue