pagination.php 91 B

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