remove GET/ref links from categories theme settings
This commit is contained in:
parent
747b51e5da
commit
12d1f3378e
|
@ -57,10 +57,6 @@ $config['categories'] = array(
|
||||||
// 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.
|
||||||
$config['custom_categories'] = array(
|
$config['custom_categories'] = array(
|
||||||
'Our Friends' => array(
|
|
||||||
'GET' => 'https://getchan.net/GET/',
|
|
||||||
'ref' => 'https://getchan.net/ref/'
|
|
||||||
),
|
|
||||||
'Links' => array(
|
'Links' => array(
|
||||||
'New Multitude' => 'https://newmultitude.org/',
|
'New Multitude' => 'https://newmultitude.org/',
|
||||||
'Booru image repository' => 'https://lefty.booru.org/',
|
'Booru image repository' => 'https://lefty.booru.org/',
|
||||||
|
|
Loading…
Reference in New Issue