Thread: breadcrumb code
View Single Post
  #1  
Old 07-16-2007, 01:25 PM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default breadcrumb code

can anyone explain how

Code:
{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *} {if $location} <font class="NavigationPath"> {strip} {section name=position loop=$location} {if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</a>{/if} {if not %position.last%} &nbsp;>&nbsp; {/if} {/section} {/strip} </font> <br /><br /> {/if}

produces:

Code:
<font class="NavigationPath"> <a href="home.php" class="NavigationPath">My Store</a> &nbsp;>&nbsp; <a href="bed-c-4.html" class="NavigationPath" title="Bed">Bed</a> &nbsp;>&nbsp; Product Name</font> <br /><br />
__________________
v4.1.8 GOLD
Reply With Quote