Skip to content

Commit 9c56307

Browse files
committed
switch to bootstrap 3 as default pagination view.
1 parent 4c7d677 commit 9c56307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
|
2727
*/
2828

29-
'pagination' => 'pagination::slider',
29+
'pagination' => 'pagination::slider-3',
3030

3131
);

0 commit comments

Comments
 (0)