From 52dd8960a9c212991a90ccaef7b5724acc51272a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 20 Oct 2024 11:52:21 +0200 Subject: [PATCH] overboards: parametize post form inclusion --- templates/themes/overboards/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/overboards/theme.php b/templates/themes/overboards/theme.php index 9e68cb17..49ddd412 100644 --- a/templates/themes/overboards/theme.php +++ b/templates/themes/overboards/theme.php @@ -209,7 +209,7 @@ 'title' => $overboard['title'], 'subtitle' => str_replace('%s', $overboard['thread_limit'], strval(min($overboard['subtitle'], $total_count))), ], - 'no_post_form' => true, + 'no_post_form' => !$config['overboard_post_form'], 'body' => $html, 'mod' => $mod, 'boardlist' => createBoardlist($mod),