diff --git a/data/script/furatalog.lib.php b/data/script/furatalog.lib.php index a9a16b9..41a87dc 100644 --- a/data/script/furatalog.lib.php +++ b/data/script/furatalog.lib.php @@ -320,4 +320,11 @@ class furatalogLib { '; } } + + public function printPagerNumbers() { + $currentpage = (isset($_GET["p"]) ? $_GET["p"] : 1); + $currentMaxPages = $this->maxpages; + + echo "1"; + } } \ No newline at end of file