remove boards we don't actually have
This commit is contained in:
parent
a67e85a55f
commit
534c5ca9d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue