Adding the Contrast Diffrence on the Pages

This commit is contained in:
2025-05-28 16:18:56 +02:00
parent bdf19a89b0
commit 851547064d
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ class furatalogLib {
echo "<a class=\"number\" href=\"?p=" . $i . "\">" . $i . "</a>";
}
echo "<a class=\"number\">" . $currentpage . "</a>";
echo "<a class=\"number current\">" . $currentpage . "</a>";
for ($i = $currentpage+1; ($i < $currentMaxPages && $i < ($currentpage+3)); $i++) {
if ($currentMaxPages == $currentpage) return;