fix some formatting in instance-config
This commit is contained in:
parent
1783ad98c3
commit
4d1f48a621
|
@ -13,7 +13,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$config['boards'] = array(
|
$config['boards'] = array(
|
||||||
array('leftypol',
|
array(
|
||||||
|
'leftypol',
|
||||||
'b',
|
'b',
|
||||||
'WRK',
|
'WRK',
|
||||||
'hobby',
|
'hobby',
|
||||||
|
@ -40,7 +41,8 @@ $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',
|
'Leftypol' => array(
|
||||||
|
'leftypol',
|
||||||
'b',
|
'b',
|
||||||
'WRK',
|
'WRK',
|
||||||
'hobby',
|
'hobby',
|
||||||
|
|
Loading…
Reference in New Issue