pagination.php 94 B

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