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

View file

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