diff --git a/threadr/board/board.php b/threadr/board/board.php index d4d761f..6f683eb 100644 --- a/threadr/board/board.php +++ b/threadr/board/board.php @@ -28,11 +28,16 @@ foreach($statement->fetchAll() as $ROW) { $reply_reference = ""; } + // determine whether to put a reply button + if ($login) { + $reply_button = ""; + } else { + $reply_button = "" + } + echo "
- - - + $reply_button

$post_title

$reply_reference