forked from leftypol/leftypol
Clean: Make boardlist bracket wrapping optional
This commit is contained in:
parent
7d1acd4a05
commit
4bce3d7584
2 changed files with 4 additions and 4 deletions
|
@ -696,6 +696,9 @@
|
|||
// array('status' => 'http://status.example.org/')
|
||||
// );
|
||||
|
||||
// Whether or not to put brackets around the whole board list
|
||||
$config['boardlist_wrap_bracket'] = false;
|
||||
|
||||
// Board categories. Only used in the "Categories" theme.
|
||||
// $config['categories'] = array(
|
||||
// 'Group Name' => array('a', 'b', 'c'),
|
||||
|
@ -710,9 +713,6 @@
|
|||
// )
|
||||
// );
|
||||
|
||||
// Whether or not to put brackets around the whole board list
|
||||
$config['boardlist_wrap_bracket'] = false;
|
||||
|
||||
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
||||
$config['minify_html'] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue