Changeset 2486 for trunk/system/config/pagination.php
- Timestamp:
- 04/14/2008 09:54:25 AM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/pagination.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/pagination.php
r1668 r2486 8 8 9 9 /** 10 * Style name (matches templatefilename).10 * Pagination style template (matches view filename). 11 11 */ 12 12 $config['style'] = 'classic'; … … 18 18 19 19 /** 20 * Number of items in a page of results.20 * Number of items to display per page. 21 21 */ 22 22 $config['items_per_page'] = 20; 23 24 /** 25 * Automatically hide pagination completely for single pages. 26 */ 27 $config['auto_hide'] = FALSE;
