View Single Post
  #1  
Old 08-22-2006, 11:21 AM
 
Skygazer Skygazer is offline
 

Newbie
  
Join Date: Aug 2006
Posts: 5
 

Default Detailed Images greater than 1 conditional

Here's my question, I want to code a conditional that does the following action; if detailed images exist and is greater than 1 image show 'this' else show 'something else'. Can anyone help me with this language?

{section name=image loop=$images}
{if $images[image] > ?? }
this
{else}
something else
{/if}
{/section}

Thanks
Marc
__________________
Marc Boucher
X-Cart Gold V4.0.18 (Mac OS X Server)
Reply With Quote