Adding Test Variable

This commit is contained in:
2025-05-28 15:30:28 +02:00
parent 3c2a51dc34
commit e037ba8f87
+7
View File
@@ -320,4 +320,11 @@ class furatalogLib {
';
}
}
public function printPagerNumbers() {
$currentpage = (isset($_GET["p"]) ? $_GET["p"] : 1);
$currentMaxPages = $this->maxpages;
echo "<a class=\"number\">1</a>";
}
}