Hi,
Everything works like a charm, except for the navigation "previous" and "next" for the more images...
This is my flypage (clean template)
| Code: : |
<div id="detailimage">
<a href="{zoom_image}" name="{product_name}" id="product_image_link" title='{product_name}' alt='{product_name}' rel="lightbox[]"></a>
<img name="product_image" alt='{product_name}' src="{full_image}" border="0" rel="lightbox[]" style="cursor: pointer;"> <br />{more_images}
<br />
click image for details
</div>
|