View Single Post
  #2  
Old 10-29-2010, 03:10 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Extra Field if statement

{foreach from=$extra_fields item=ef}
{if $ef.service_name eq "new_used" && $ef.field_value eq "new"}
<img src="xxx" height="xxx" width="xxx" alt="xxx" />
{/if}
{/foreach}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote