Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/5678#issuecomment-919201001
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Sep 14, 2021
1 parent 8750d72 commit 1fbb4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/Gallery/view/mainAreaCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
<!-- mainAreaCategory -->
<div class="col-sm-12" style="z-index: 1;">
<?php
$categoryURL = "{$global['webSiteRootURL']}cat/{$currentCat['clean_name']}/page/";
//getPagination($total, $page = 0, $link = "", $maxVisible = 10, $infinityScrollGetFromSelector="", $infinityScrollAppendIntoSelector="")
echo getPagination($totalPages, $page, "{$url}{page}{$args}", 10, ".Div{$currentCat['clean_name']}Section", ".Div{$currentCat['clean_name']}Section");
echo getPagination($totalPages, $page, "{$categoryURL}{page}{$args}", 10, ".Div{$currentCat['clean_name']}Section", ".Div{$currentCat['clean_name']}Section");
?>
</div>
<?php
Expand Down

0 comments on commit 1fbb4f7

Please sign in to comment.