Optionally show page navigation bar at the top too.

This commit is contained in:
Michael Foster 2013-09-15 00:42:20 +10:00
parent 104e2bce6d
commit c4a6116722
3 changed files with 30 additions and 2 deletions

View file

@ -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'),