2011-10-10 21:34:15 -05:00
|
|
|
<?php
|
2011-10-04 21:43:39 -05:00
|
|
|
|
2011-10-10 21:34:15 -05:00
|
|
|
return array(
|
2011-10-05 01:36:00 -05:00
|
|
|
|
2011-10-18 20:19:36 -05:00
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Pagination Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines are used by the paginator library to build
|
2012-01-16 13:59:24 -06:00
|
|
|
| the pagination links. You're free to change them to anything you want.
|
|
|
|
|
| If you come up with something more exciting, let us know.
|
2011-10-18 20:19:36 -05:00
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2011-11-22 21:21:36 -06:00
|
|
|
'previous' => '« Previous',
|
|
|
|
|
'next' => 'Next »',
|
2011-10-04 21:43:39 -05:00
|
|
|
|
|
|
|
|
);
|