| @@ -32,10 +32,10 @@ | ||
| 32 | 32 | 'format' => '', |
| 33 | 33 | 'add_args' => '', |
| 34 | 34 | 'current' => max( 1, $paged ), |
| 35 | 35 | 'total' => $total, |
| 36 | - 'prev_text' => '<i class="fas fa-angle-left"></i>', | |
| 37 | - 'next_text' => '<i class="fas fa-angle-right"></i>', | |
| 36 | + 'prev_text' => '<i class="lp-icon-arrow-left"></i>', | |
| 37 | + 'next_text' => '<i class="lp-icon-arrow-right"></i>', | |
| 38 | 38 | 'type' => 'list', |
| 39 | 39 | 'end_size' => 3, |
| 40 | 40 | 'mid_size' => 3, |
| 41 | 41 | ) |