renamed bootstrap_html -> boostrapHTML function in paginator helper class
This commit is contained in:
parent
3dacf7378d
commit
79dd46eb1e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue