View Single Post
  #7  
Old 10-17-2006, 09:09 AM
 
William William is offline
 

Member
  
Join Date: Sep 2006
Posts: 20
 

Smile Re: Change company name to home in location

This is a perfect answer to the question!

I would also like to add that you could really simplify the whole location.tpl as such:

Code:
{if $location} {strip} <p class="theWhere"> <a href="home.php">Home</a>&nbsp;&rarr;&nbsp; {section name=position loop=$location start=1} {if $location[position].1 ne "" }<a href="{$location[position].1|amp}">{/if} {$location[position].0} {if $location[position].1 ne "" }</a>{/if} {if not %position.last%}&nbsp;&rarr;&nbsp;{/if} {/section} </p> {/strip} {/if}
__________________
X-Cart version 4.1.7 (unix)
Reply With Quote