pagination.php 498 B

1234567891011121314151617
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Pagination Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used by the paginator library to build
  8. | the simple pagination links. You are free to change them to anything
  9. | you want to customize your views to better match your application.
  10. |
  11. */
  12. return [
  13. 'next' => '下一页 &raquo;',
  14. 'previous' => '&laquo; 上一页',
  15. ];