aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 18:14:41 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 18:14:41 +0200
commitcca9284b6a8111f5dd07bca3f8d4f266ceee3c1f (patch)
tree6963029398df7c0f78ccf1b1ccd2edbc6e43e970 /inc
parent955fc6743871016787e8425425b63cd0f40acaa9 (diff)
downloadwallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.tar.gz
wallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.tar.zst
wallabag-cca9284b6a8111f5dd07bca3f8d4f266ceee3c1f.zip
change default pagination, set it to 12, to have a nice baggy display
Diffstat (limited to 'inc')
-rwxr-xr-xinc/poche/config.inc.default.php2
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);