Browse Source

Add alt overboard

pull/40/head
discomrade 3 years ago
parent
commit
2b6c69b1da
  1. 9
      templates/themes/overboards/overboards.php

9
templates/themes/overboards/overboards.php

@ -17,11 +17,18 @@
),
array(
'title' => 'SFW Overboard',
'uri' => 'sfwoverboard',
'uri' => 'sfw',
'subtitle' => '30 most recently bumped threads from work-safe boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b'),
'thread_limit' => $thread_limit,
),
array(
'title' => 'Alternate Overboard',
'uri' => 'alt',
'subtitle' => '30 most recently bumped threads from smaller interest boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta'),
'thread_limit' => $thread_limit,
),
);
?>

Loading…
Cancel
Save