diff options
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 9b6a552ee..e5926578d 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -189,4 +189,8 @@ $conf['newcat_default_status'] = 'public'; // level_separator : character string used for separating a category level // to the sub level $conf['level_separator'] = ' / '; + +// paginate_pages_around : on paginate navigation bar, on many pages display +// before and after the current page ? +$conf['paginate_pages_around'] = 2; ?> |