From a16431fe0fd06b07f3aa47581d5acb9015e4634d Mon Sep 17 00:00:00 2001 From: nruest Date: Fri, 7 Aug 2015 08:43:03 -0400 Subject: [PATCH] Address ISLANDORA-1370 -- Change default page size of 10 to 12. --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 00261031..11a8c470 100644 --- a/islandora.module +++ b/islandora.module @@ -474,7 +474,7 @@ function islandora_theme() { 'objects' => NULL, 'display' => NULL, 'page_size' => 20, - 'limit' => 10, + 'limit' => 12, ), ), // Render a bunch of objects as either a grid or a list.