pagination.php 460 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. They may be easily changed by the developer to
  10. | anything they wish.
  11. |
  12. */
  13. 'previous' => '&laquo; Previous',
  14. 'next' => 'Next &raquo;',
  15. );