diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-08-18 14:40:17 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-08-18 14:40:17 +0200 |
commit | 78abff6a5221e9e3d498c06266d408ecd57d04ef (patch) | |
tree | 9019c6ea54593f8b1c2f9aba71421a743f8cc1bb /inc/poche/config.inc.default.php | |
parent | 70549136ba0ba5692448a079b6911cf8bb52cbee (diff) | |
parent | cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f (diff) | |
download | wallabag-78abff6a5221e9e3d498c06266d408ecd57d04ef.tar.gz wallabag-78abff6a5221e9e3d498c06266d408ecd57d04ef.tar.zst wallabag-78abff6a5221e9e3d498c06266d408ecd57d04ef.zip |
Merge pull request #785 from wallabag/change-default-pagination
change default pagination, set it to 12, to have a nice baggy display
Diffstat (limited to 'inc/poche/config.inc.default.php')
-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 6f03af18..2a458544 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); |