- 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:
plegall
2004-12-13 22:54:44 +00:00
parent 391fac78a8
commit bd2fde5c8c
3 changed files with 97 additions and 23 deletions
+4
View File
@@ -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;
?>