View Single Post
  #3  
Old 04-24-2006, 08:54 AM
 
bridal-land bridal-land is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 38
 

Default

I tried modifing this file

/modules/Detailed_Product_Images/product_images.tpl

to this

Code:
{* $Id: product_images.tpl,v 1.10.2.1 2004/05/18 06:23:01 mclap Exp $ *} {if $images ne ""} {capture name=dialog} <div align=center> {section name=image loop=$images} {if $images[image].avail eq "Y"} {if $images[image].tmbn_url} [img]{$images[image].tmbn_url}[/img] {/if} {/if} {/section} </div> {/capture} {if $smarty.capture.dialog ne ""} {include file="dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra="width=100%"} {/if} {/if}

But the alt shows up as "array." Instead of the product title. What did I do wrong?


Mike
__________________
Mike
X-Cart 4.0.18
http://www.bridal-land.com
Reply With Quote