Last change
on this file since 1f059b0 was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
534 bytes
|
Rev | Line | |
---|
[0924b6c] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | return [
|
---|
| 4 |
|
---|
| 5 | /*
|
---|
| 6 | |--------------------------------------------------------------------------
|
---|
| 7 | | Pagination Language Lines
|
---|
| 8 | |--------------------------------------------------------------------------
|
---|
| 9 | |
|
---|
| 10 | | The following language lines are used by the paginator library to build
|
---|
| 11 | | the simple pagination links. You are free to change them to anything
|
---|
| 12 | | you want to customize your views to better match your application.
|
---|
| 13 | |
|
---|
| 14 | */
|
---|
| 15 |
|
---|
| 16 | 'previous' => '« Previous',
|
---|
| 17 | 'next' => 'Next »',
|
---|
| 18 |
|
---|
| 19 | ];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.