We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c145c commit 4bfa9a3Copy full SHA for 4bfa9a3
app/code/community/NeoTheme/Blog/Block/Post/List.php
@@ -109,7 +109,7 @@ function getCollection() {
109
function _prepareLayout() {
110
111
$pager = $this->getLayout()->createBlock('page/html_pager', 'custom.pager');
112
- $pager->setAvailableLimit(array(5 => 5, 10 => 10, 20 => 20, 'all' => 'all'));
+ $pager->setAvailableLimit(array(9 => 9, 15 => 15, 30 => 30, 'all' => 'all'));
113
114
$this->setChild('pager', $pager);
115
parent::_prepareLayout();
0 commit comments