diff --git a/templates/element/index/pagination.php b/templates/element/index/pagination.php index eeceaff..54ce66b 100644 --- a/templates/element/index/pagination.php +++ b/templates/element/index/pagination.php @@ -6,6 +6,8 @@ Paginator->hasPage(2)) { echo $this->Paginator->links([ + 'first' => true, + 'last' => true, 'prev' => true, 'next' => true, ]);