PDA

View Full Version : Addon Page-By-Page Archive


ChDo
11-03-2005, 12:44 PM
I found a bug in the Page-By-Page-Archive addon version 0.6.

On line 313 in the paged_archive.php, there's a missing '.
originally this is line 313:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp;pagenum= $pagecounter>$pagecounter</a> ";

replace with:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp;pagenum= $pagecounter'>$pagecounter</a> ";