remove boards we don't actually have

This commit is contained in:
towards-a-new-leftypol 2022-09-25 00:06:03 -04:00
parent a67e85a55f
commit 534c5ca9d8
1 changed files with 6 additions and 34 deletions

View File

@ -13,23 +13,9 @@
*/ */
$config['boards'] = array( $config['boards'] = array(
array( array(
'leftypol', 'b',
'b', )
'WRK',
'hobby',
'tech',
'edu',
'ga',
'ent',
'777',
'posad',
'i',
'a',
'R9K',
'dead'
),
array('meta')
); );
$config['prepended_foreign_boards'] = array( $config['prepended_foreign_boards'] = array(
@ -41,23 +27,9 @@ $config['prepended_foreign_boards'] = array(
// Board categories. Only used in the "Categories" theme. // Board categories. Only used in the "Categories" theme.
$config['categories'] = array( $config['categories'] = array(
'Leftypol' => array( 'Leftypol' => array(
'leftypol', 'b',
'b', )
'WRK',
'hobby',
'tech',
'edu',
'ga',
'ent',
'777',
'posad',
'i',
'a',
'R9K',
'dead'
),
'Meta' => array('meta')
); );
// Optional for the Categories theme. This is an array of name => (title, url) groups for categories // Optional for the Categories theme. This is an array of name => (title, url) groups for categories