add custom paging support

This commit is contained in:
SJ
2013-11-15 22:04:26 +01:00
parent 83a223e96e
commit aaeedb7305
4 changed files with 15 additions and 8 deletions

View File

@ -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');