1
0
mirror of https://github.com/v2board/v2board.git synced 2025-02-24 14:20:29 +08:00
2019-10-22 23:39:48 +08:00

20 lines
534 B
PHP
Executable File

<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];