Browse Source

Address ISLANDORA-1370 -- Change default page size of 10 to 12.

pull/612/head
nruest 9 years ago
parent
commit
a16431fe0f
  1. 2
      islandora.module

2
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.

Loading…
Cancel
Save