fixed link (hopefully?)
parent
0ba0f06b2c
commit
9e601df065
|
@ -30,7 +30,7 @@ foreach($statement->fetchAll() as $ROW) {
|
||||||
|
|
||||||
echo "<section id=\"$post_id\" >
|
echo "<section id=\"$post_id\" >
|
||||||
<div>
|
<div>
|
||||||
<a href=\"%DOMAIN_NAME%%CONTENT_DIR%/board/?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\">
|
<a href=\"./?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\">
|
||||||
<button class=\"post_reply\">Reply</button>
|
<button class=\"post_reply\">Reply</button>
|
||||||
</a>
|
</a>
|
||||||
<h1 class=\"post\">$post_title</h1>
|
<h1 class=\"post\">$post_title</h1>
|
||||||
|
|
Loading…
Reference in New Issue