View Single Post
  #2  
Old 08-03-2007, 01:15 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default Re: Changing the name before Product Categories

Copy this code to location.tpl:
Code:
{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *} {if $location} <span class="NavigationPath"> <a href="{$http_location}/">Home</a> &raquo; {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%} &raquo; {/if} {/section} </span> {/if}
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote