Skip to content

Instantly share code, notes, and snippets.

View RobertMatkulcik's full-sized avatar
🖥️
Computing....

Róbert Matkulčík RobertMatkulcik

🖥️
Computing....
View GitHub Profile
*/
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;