diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 18:14:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 18:14:41 +0200 |
commit | cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f (patch) | |
tree | 6963029398df7c0f78ccf1b1ccd2edbc6e43e970 | |
parent | 955fc6743871016787e8425425b63cd0f40acaa9 (diff) | |
download | wallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.tar.gz wallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.tar.zst wallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.zip |
change default pagination, set it to 12, to have a nice baggy display
-rwxr-xr-x | inc/poche/config.inc.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 95f727c6..d0158097 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -59,7 +59,7 @@ | |||
59 | @define ('LOCALE', ROOT . '/locale'); | 59 | @define ('LOCALE', ROOT . '/locale'); |
60 | @define ('CACHE', ROOT . '/cache'); | 60 | @define ('CACHE', ROOT . '/cache'); |
61 | 61 | ||
62 | @define ('PAGINATION', '10'); | 62 | @define ('PAGINATION', '12'); |
63 | 63 | ||
64 | //limit for download of articles during import | 64 | //limit for download of articles during import |
65 | @define ('IMPORT_LIMIT', 5); | 65 | @define ('IMPORT_LIMIT', 5); |