]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
change default pagination, set it to 12, to have a nice baggy display 785/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 22 Jul 2014 16:14:41 +0000 (18:14 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 22 Jul 2014 16:14:41 +0000 (18:14 +0200)
inc/poche/config.inc.default.php

index 95f727c6889f760661b63573d27ef6767d752595..d01580970884f5195da65b9a321c285204df0dd6 100755 (executable)
@@ -59,7 +59,7 @@
 @define ('LOCALE', ROOT . '/locale');
 @define ('CACHE', ROOT . '/cache');
 
-@define ('PAGINATION', '10');
+@define ('PAGINATION', '12');
 
 //limit for download of articles during import
 @define ('IMPORT_LIMIT', 5);