commit local changes renaming gulag to meta in the navbar
This commit is contained in:
parent
7ba9930fcb
commit
969ff35f93
|
@ -21,7 +21,7 @@
|
||||||
'games',
|
'games',
|
||||||
'anime'
|
'anime'
|
||||||
) ,
|
) ,
|
||||||
array('gulag')
|
array('meta')
|
||||||
);
|
);
|
||||||
// Board categories. Only used in the "Categories" theme.
|
// Board categories. Only used in the "Categories" theme.
|
||||||
$config['categories'] = array(
|
$config['categories'] = array(
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
'games',
|
'games',
|
||||||
'anime'
|
'anime'
|
||||||
),
|
),
|
||||||
'Meta' => array('gulag')
|
'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
|
||||||
// with non-board links.
|
// with non-board links.
|
||||||
|
|
Loading…
Reference in New Issue