Fixing the Direction of Forward
This commit is contained in:
@@ -342,7 +342,7 @@ class furatalogLib {
|
||||
}
|
||||
|
||||
if (!($currentpage >= $currentMaxPages)) {
|
||||
echo "<a class=\"prev\" href=\"?p=" . ($currentpage+1) . "\"><</a>";
|
||||
echo "<a class=\"prev\" href=\"?p=" . ($currentpage+1) . "\">></a>";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user