Moving Page Forward and Backward to Function

This commit is contained in:
2025-05-28 16:24:43 +02:00
parent f92f48b0af
commit 5a88f2b536
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
echo "</div>";
echo "<div class=\"pager\">";
echo "<a class=\"prev\"><</a>" . $lib->printPagerNumbers() . "<a class=\"next\">></a>";
echo $lib->printPagerNumbers();
echo "</div>";
$lib->printScriptSec();