Adding Test Variable
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user