Skip to content

Commit 4bfa9a3

Browse files
author
Björn Christensson
committed
Update custom Pager values
1 parent 84c145c commit 4bfa9a3

File tree

1 file changed

+1
-1
lines changed
  • app/code/community/NeoTheme/Blog/Block/Post

1 file changed

+1
-1
lines changed

app/code/community/NeoTheme/Blog/Block/Post/List.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function getCollection() {
109109
function _prepareLayout() {
110110

111111
$pager = $this->getLayout()->createBlock('page/html_pager', 'custom.pager');
112-
$pager->setAvailableLimit(array(5 => 5, 10 => 10, 20 => 20, 'all' => 'all'));
112+
$pager->setAvailableLimit(array(9 => 9, 15 => 15, 30 => 30, 'all' => 'all'));
113113

114114
$this->setChild('pager', $pager);
115115
parent::_prepareLayout();

0 commit comments

Comments
 (0)