View Single Post
  #1  
Old 11-03-2005, 12:44 PM
ChDo Offline
forum loafer
 
Join Date: Nov 2005
Posts: 1
Addon Page-By-Page Archive

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:
Quote:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter>$pagecounter</a> ";
replace with:
Quote:
$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter'>$pagecounter</a> ";
Reply With Quote