fauxtog
06-10-2005, 10:18 PM
Thanks you to Joe[y] for the solution to this problem. :-)
There is a bug that messes up the link on the first thumbnail (upper left) in category views only.
Here's the old code:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter>$pagecounter</a> ";
Here's the new:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter'>$pagecounter</a> ";
Yep, it's hard to see, but there's one missing single quote in the line (right after =$pagecounter).
Thanks again Joe[y]!!!
There is a bug that messes up the link on the first thumbnail (upper left) in category views only.
Here's the old code:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter>$pagecounter</a> ";
Here's the new:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter'>$pagecounter</a> ";
Yep, it's hard to see, but there's one missing single quote in the line (right after =$pagecounter).
Thanks again Joe[y]!!!