mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
add custom paging support
This commit is contained in:
@ -247,6 +247,14 @@ $themes = array(
|
||||
);
|
||||
|
||||
|
||||
$paging = array(
|
||||
10,
|
||||
20,
|
||||
30,
|
||||
50
|
||||
);
|
||||
|
||||
|
||||
$letters = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user