View Single Post
Old September 4th, 2005, 09:24 AM   #10 (permalink)
Arnie
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 179
On the lines in showcat.php after get_thumbtmpl you even assume that what you're showing is a product:

Code:
Content visible to verified customers only.
IMHO the code in showcat.php should be:

$catimage = get_thumbtmpl( $id, $thumbrc, $height, $width, $checklink)

There's no need to pass $pcat, it's not a category, it's a product thumbnail.
Arnie is offline   Reply With Quote