pagination.php 500 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Pagination Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used by the paginator library to build
  9. | the pagination links. You're free to change them to anything you want.
  10. | If you come up with something more exciting, let us know.
  11. |
  12. */
  13. 'previous' => '&laquo; Previous',
  14. 'next' => 'Next &raquo;',
  15. );