View Single Post
  #6  
Old 08-03-2006, 09:21 AM
 
ecommerce ecommerce is offline
 

eXpert
  
Join Date: Jul 2006
Posts: 267
 

Default

phil, ur da man! works good!

except ur code gives arrows. >> between crumbs

for those who might not want the arrows and want the ::

use

{if $location}
<FONT class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if}
{if not %position.first%}{$location[position].0}{else}Home{/if}
{if $location[position].1 ne "" }</A>{/if}
{if not %position.last%}::{/if}
{/section}
{/strip}
</FONT>



{/if}
__________________
X-Cart 4.0.18 DBest
Reply With Quote