pagination.php 75 B

1234567
  1. <?php
  2. return array(
  3. 'previous' => 'Previous',
  4. 'next' => 'Next',
  5. );