commit local changes renaming gulag to meta in the navbar

This commit is contained in:
towards-a-new-leftypol 2020-12-25 20:38:25 -05:00
parent 0f1d7f3894
commit d09ae6e588

View file

@ -21,7 +21,7 @@
'games',
'anime'
) ,
array('gulag')
array('meta')
);
// Board categories. Only used in the "Categories" theme.
$config['categories'] = array(
@ -33,7 +33,7 @@
'games',
'anime'
),
'Meta' => array('gulag')
'Meta' => array('meta')
);
// Optional for the Categories theme. This is an array of name => (title, url) groups for categories
// with non-board links.