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