Ignore:
Timestamp:
Sep 26, 2018 10:02:58 PM (6 years ago)
Author:
anonymous
Message:

Minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageNumbers.inc.php

    r502 r635  
    4545    public $first_item;        // The counter for the first item on this page (zero index).
    4646    public $last_item;         // The counter for the last item on this page (zero index).
    47     public $max_num_links = 9; // The max number of links to show on page (odd numbers look best).
     47    public $max_num_links = 5; // The max number of links to show on page (odd numbers look best).
    4848    protected $_num_links;        // The number of links to show on page.
    49     protected $_per_page = 25;    // Items per page.
     49    protected $_per_page = 50;    // Items per page.
    5050
    5151    // Flags to ensure all necessary values have been set before calling calculate().
Note: See TracChangeset for help on using the changeset viewer.