This file contains hidden or 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
| */ | |
| public function showPagination() { | |
| // Custom rewriting of style. Can be turned off by disabling the variable or customized using variables. | |
| if($this->overwriteStyle) { | |
| echo " | |
| <style> | |
| ul.pagination li a{ | |
| background-color: $this->styleColorBg; | |
| color: $this->styleColorText; | |
| border-color: $this->styleColorBorder; |
OlderNewer