Thread: Detailed Pic
View Single Post
  #6  
Old 11-10-2006, 05:29 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Detailed Pic

Oops...looks like the new forum corrupted the code. the [img] tags shouldn't be there. Replace this:

<img src="{$images[image].tmbn_url}">

with this:

{***----ORIGINAL CODE-------
<img src="{$images[image].tmbn_url}">
--------ORIGINAL CODE***}

{***--Startwithsecondimage---***}
{if $images[image].tmbn_url ne $images[0].tmbn_url }
<img src="{$images[image].tmbn_url}">
{/if}
{***--Startwithsecondimage---***}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote