View Single Post
  #385  
Old 03-21-2008, 08:06 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Quote:
Originally Posted by neroag
Hi Guys Fantastic mod.

Is there a way i can have my detailed images horizontally instead of vertically?

thanks all



For those who havent figured out .. in /skin1/modules/Dynamic_Images/product_image.tpl

look for the line
Code:
{* Detail Image Thumbs *}
a few lines underneath you will see ..
Code:
{math equation="x+1" x=$counter assign=counter} {if $counter is div by $number} <br /> {elseif !$smarty.section.image.last}&nbsp;{/if}


just remove the
Code:
<br />
or replace it with
Code:
&nbsp;
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote