mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
- 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
This commit is contained in:
@@ -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;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user