diff options
author | plegall <plg@piwigo.org> | 2004-12-13 22:54:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-13 22:54:44 +0000 |
commit | bd2fde5c8c395f090f9c18e8c1976e58d4a7591a (patch) | |
tree | a5a671d32ac19f03d1c5602037039ff54c434b0d /include/config.inc.php | |
parent | 391fac78a80c9317e764a13d742c88d8fe0866fc (diff) |
- refresh paginated navigation bar : displays First and Last, displays
Previous and Next even if non applicable (but no link), displays only page
umbers around the current page (if a category contains hundreds of
elements, no more long list of pages)
git-svn-id: http://piwigo.org/svn/trunk@643 68402e56-0260-453c-a942-63ccdbb3a9ee
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; ?> |