From e5318a9f1dc9b09f27d532690e05baa05e010c87 Mon Sep 17 00:00:00 2001 From: TheStilbruch Date: Sun, 7 Jul 2019 18:00:56 -0500 Subject: [PATCH] minor progress on the post script for new threads and thread replies --- core/board.php | 3 ++- post.php | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/core/board.php b/core/board.php index 8411751..bd67299 100644 --- a/core/board.php +++ b/core/board.php @@ -34,7 +34,7 @@ function display_board(array $settings) {


-
+ @@ -55,6 +55,7 @@ function display_board(array $settings) { +
title:

diff --git a/post.php b/post.php index b0fa5c8..79d713a 100644 --- a/post.php +++ b/post.php @@ -1,8 +1,24 @@