forked from leftypol/leftypol
Adds support to prepend foreign boards on the boardlist. Used to add the overboard.
This commit is contained in:
parent
8c6d284989
commit
a2636ce0d6
2 changed files with 25 additions and 1 deletions
|
@ -23,6 +23,11 @@ $config['boards'] = array(
|
|||
) ,
|
||||
array('meta')
|
||||
);
|
||||
|
||||
$config['prepended_foreign_boards'] = array(
|
||||
'overboard' => 'overboard/index.html',
|
||||
);
|
||||
|
||||
$config['foreign_boards'] = array(
|
||||
'GET' => 'https://getchan.net/GET/',
|
||||
'ref' => 'https://getchan.net/ref/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue