From b5b1630ce96f176ad8f2f65f21daccebf0bb9c43 Mon Sep 17 00:00:00 2001 From: cljnnn Date: Sun, 13 Dec 2015 10:35:09 +0800 Subject: [PATCH] add items count per page:10,20,30. --- models/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/config.php b/models/config.php index 7fab692..ca388ab 100644 --- a/models/config.php +++ b/models/config.php @@ -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,