mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
make the wildcard the default
This commit is contained in:
parent
dba38b10d4
commit
9a80ae2434
@ -17,17 +17,12 @@
|
||||
'default' => 'Catalog'
|
||||
);
|
||||
|
||||
$__boards = listBoards();
|
||||
$__default_boards = Array();
|
||||
foreach ($__boards as $__board)
|
||||
$__default_boards[] = $__board['uri'];
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Included boards',
|
||||
'name' => 'boards',
|
||||
'type' => 'text',
|
||||
'comment' => '(space seperated)',
|
||||
'default' => implode(' ', $__default_boards)
|
||||
'default' => implode('*')
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user