add items count per page:10,20,30.

This commit is contained in:
cljnnn 2015-12-13 10:35:09 +08:00
parent 0cfa7058c3
commit b5b1630ce9
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ function get_autoflush_unread_options()
function get_paging_options()
{
return array(
10 => 10,
20 => 20,
30 => 30,
50 => 50,
100 => 100,
150 => 150,