removed s from boards so it is board not boards
parent
91fc7c9df5
commit
8209d072e6
|
@ -13,7 +13,7 @@ $id=$_GET['id'];
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
|
echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>";
|
||||||
?>
|
?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue