renamed bootstrap_html -> boostrapHTML function in paginator helper class

This commit is contained in:
Marek Rost 2021-10-04 13:54:20 +02:00
parent 3dacf7378d
commit 79dd46eb1e

View file

@ -144,7 +144,7 @@ class Paginator {
/*
* Bootstrap Pagination
*/
public static function bootstrap_html($textPrevPage=false, $textNextPage=false, $showPageNumber=false, $showFirstLast=false, $textFirstPage=false, $textLastPage=false){
public static function bootstrapHTML($textPrevPage=false, $textNextPage=false, $showPageNumber=false, $showFirstLast=false, $textFirstPage=false, $textLastPage=false){
global $language;