forked from leftypol/leftypol
Optionally show page navigation bar at the top too.
This commit is contained in:
parent
104e2bce6d
commit
c4a6116722
3 changed files with 30 additions and 2 deletions
|
@ -797,6 +797,12 @@
|
|||
// Whether or not to put brackets around the whole board list
|
||||
$config['boardlist_wrap_bracket'] = true;
|
||||
|
||||
// Show page navigation links at the top as well.
|
||||
$config['page_nav_top'] = false;
|
||||
|
||||
// Show "Catalog" link in page navigation. Use with the Catalog theme.
|
||||
// $config['catalog_link'] = 'catalog.html';
|
||||
|
||||
// Board categories. Only used in the "Categories" theme.
|
||||
// $config['categories'] = array(
|
||||
// 'Group Name' => array('a', 'b', 'c'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue