parent
b6f3265b2f
commit
4ba4768a16
|
@ -12,21 +12,21 @@
|
||||||
'title' => 'Overboard',
|
'title' => 'Overboard',
|
||||||
'uri' => 'overboard',
|
'uri' => 'overboard',
|
||||||
'subtitle' => '30 most recently bumped threads',
|
'subtitle' => '30 most recently bumped threads',
|
||||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'i'),
|
'exclude' => array('assembly', 'assembly_archive', 'gulag'),
|
||||||
'thread_limit' => $thread_limit,
|
'thread_limit' => $thread_limit,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'title' => 'SFW Overboard',
|
'title' => 'SFW Overboard',
|
||||||
'uri' => 'sfw',
|
'uri' => 'sfw',
|
||||||
'subtitle' => '30 most recently bumped threads from work-safe boards',
|
'subtitle' => '30 most recently bumped threads from work-safe boards',
|
||||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'R9K', 'i'),
|
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'R9K'),
|
||||||
'thread_limit' => $thread_limit,
|
'thread_limit' => $thread_limit,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'title' => 'Alternate Overboard',
|
'title' => 'Alternate Overboard',
|
||||||
'uri' => 'alt',
|
'uri' => 'alt',
|
||||||
'subtitle' => '30 most recently bumped threads from smaller interest boards',
|
'subtitle' => '30 most recently bumped threads from smaller interest boards',
|
||||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta', 'i'),
|
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta'),
|
||||||
'thread_limit' => $thread_limit,
|
'thread_limit' => $thread_limit,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue