Quote:
Originally Posted by CopperB
Thanks for the quick reply. I'm not sure what you mean by first and last lines. What 2 lines of the code would I replace with
Thanks again.
|
Try this:
Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *}
{if $main eq "catalog" and $current_category.category eq ""}{else}{if $location}
<FONT class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</A>{/if}
{if not %position.last%}::{/if}
{/section}
{/strip}
</FONT>
{/if}{/if}