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}