fix some formatting in instance-config

This commit is contained in:
towards-a-new-leftypol 2023-08-30 14:15:22 -04:00
parent 1783ad98c3
commit 4d1f48a621
1 changed files with 33 additions and 31 deletions

View File

@ -13,21 +13,22 @@
*/ */
$config['boards'] = array( $config['boards'] = array(
array('leftypol', array(
'b', 'leftypol',
'WRK', 'b',
'hobby', 'WRK',
'tech', 'hobby',
'edu', 'tech',
'ga', 'edu',
'ent', 'ga',
'777', 'ent',
'posad', '777',
'i', 'posad',
'a', 'i',
'R9K', 'a',
'dead' 'R9K',
) , 'dead'
),
array('meta') array('meta')
); );
@ -40,22 +41,23 @@ $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(
'b', 'leftypol',
'WRK', 'b',
'hobby', 'WRK',
'tech', 'hobby',
'edu', 'tech',
'ga', 'edu',
'ent', 'ga',
'777', 'ent',
'posad', '777',
'i', 'posad',
'a', 'i',
'R9K', 'a',
'dead' 'R9K',
), 'dead'
'Meta' => array('meta') ),
'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