diff --git a/View/Elements/pagination.ctp b/View/Elements/pagination.ctp index 50b4069..fcab6e4 100644 --- a/View/Elements/pagination.ctp +++ b/View/Elements/pagination.ctp @@ -36,7 +36,7 @@ $includeGoto = isset($goto) ? $goto : true; ?> -
- element( "pagination", array( + element("pagination", array( 'goto' => false, 'limit' => true, 'numbers' => true, - 'counter' => true + 'counter' => false )); ?> | ||||
---|---|---|---|---|
- element("pagination"); ?> + element("pagination", array( + 'goto' => false, + 'limit' => true, + 'numbers' => true, + 'counter' => false + )); ?> |