forked from leftypol/leftypol
overboards: parametize post form inclusion
This commit is contained in:
parent
a88a2e647e
commit
52dd8960a9
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue