View Single Post
  #9  
Old 01-06-2006, 09:15 AM
  techdesign's Avatar 
techdesign techdesign is offline
 

Advanced Member
  
Join Date: May 2003
Posts: 30
 

Default

I had tried something like this, but it doesn't seem to work. Not sure whats up. Any ideas?

Code:
{if $location[0].0 eq "Livestock"} { include file="customer/menu_livestock.tpl" } {elseif $location[0].0 eq "Horse"} { include file="customer/menu_horse.tpl" } {elseif $location[0].0 eq "Pet"} { include file="customer/menu_pet.tpl" } {/if}
__________________
X-Cart Gold 4.4.1
X-Cart Gold 4.2.3
Reply With Quote