pagination.php 500 Bytes
Newer Older
Taylor Otwell committed
1
<?php 
2

Taylor Otwell committed
3
return array(
4

5 6 7 8 9 10
	/*
	|--------------------------------------------------------------------------
	| Pagination Language Lines
	|--------------------------------------------------------------------------
	|
	| The following language lines are used by the paginator library to build
11 12
	| the pagination links. You're free to change them to anything you want.
	| If you come up with something more exciting, let us know.
13 14 15
	|
	*/

Taylor Otwell committed
16 17
	'previous' => '&laquo; Previous',
	'next'     => 'Next &raquo;',
18 19

);