This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Simple Pagination function with range dots | |
* Based on https://gist.github.com/kottenator/9d936eb3e4e3c3e02598 | |
* All credits go to https://gist.github.com/kottenator | |
* | |
* @param $curPage | |
* @param $lastPage | |
* @param int $delta | |
* @return array | |
*/ |