]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #785 from wallabag/change-default-pagination
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 18 Aug 2014 12:40:17 +0000 (14:40 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 18 Aug 2014 12:40:17 +0000 (14:40 +0200)
change default pagination, set it to 12, to have a nice baggy display

1  2 
inc/poche/config.inc.default.php

index 6f03af188dd2ea2d4aac53296c9d77a278f10a42,d01580970884f5195da65b9a321c285204df0dd6..2a458544f0fd49b09a4b4f4bb873486db5e3216b
@@@ -5,7 -5,7 +5,7 @@@
   * @category   wallabag
   * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
   * @copyright  2013
 - * @license    http://www.wtfpl.net/ see COPYING file
 + * @license    http://opensource.org/licenses/MIT see COPYING file
   */
  
  @define ('SALT', ''); # put a strong string here
@@@ -59,7 -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);