Create pagination.php

This commit is contained in:
j1t 2018-05-22 06:43:48 +00:00 committed by GitHub
parent a113c0117e
commit 37ab494200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
return [
'previous' => '&laquo; הקודם',
'next' => 'הבא &raquo;',
];