View Single Post
  #13  
Old 07-19-2006, 02:03 PM
 
kiwiessence kiwiessence is offline
 

Newbie
  
Join Date: Jun 2006
Posts: 7
 

Default

Webtron,

You can use it this way...

{if $main eq "catalog" and $current_category.category eq ""}
{else if $location}
<FONT class="NavigationPath">
{strip}
Home::
{section name=position loop=$location start=1}
{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}
__________________
XCart: 4.0.1.8
PHP: 5.0.4
MySQL: 4.1.20
Reply With Quote