View Single Post
  #3  
Old 09-14-2007, 02:01 PM
 
MAPerformance MAPerformance is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 145
 

Default Re: Change Page Template format

I'm also trying to make this change, what exactly do I change here?

{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max 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|amp}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} :: {/if}
{/section}
{/strip}
</font>
<br /><br />
{/if}
{/if}

thanks!

chris
__________________
www.maperformance.com

X-Cart Version: 4.4.3 Gold
Reply With Quote