Browse Source

Update excluded board list

pull/40/head
discomrade 3 years ago
parent
commit
e36671eceb
  1. 4
      templates/themes/overboards/overboards.php

4
templates/themes/overboards/overboards.php

@ -12,14 +12,14 @@
'title' => 'Overboard', 'title' => 'Overboard',
'uri' => 'overboard', 'uri' => 'overboard',
'subtitle' => '30 most recently bumped threads', 'subtitle' => '30 most recently bumped threads',
'exclude' => array(), 'exclude' => array('assembly', 'assembly_archive', 'gulag'),
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
array( array(
'title' => 'SFW Overboard', 'title' => 'SFW Overboard',
'uri' => 'sfwoverboard', 'uri' => 'sfwoverboard',
'subtitle' => '30 most recently bumped threads from work-safe boards', 'subtitle' => '30 most recently bumped threads from work-safe boards',
'exclude' => array('b'), 'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b'),
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
); );

Loading…
Cancel
Save