pagination.php 91 B

123456
  1. <?php
  2. return [
  3. 'previous' => '&laquo; 이전',
  4. 'next' => '다음 &raquo;',
  5. ];