View Single Post
  #9  
Old 12-27-2005, 03:42 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default

Mine is like this..

Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} {if $location} <FONT class="NavigationPath"> {strip} {section name=position loop=$location} {if $location[position].1 ne "" } {* SAFETYNET DSEFU MOD *} {if $location[position].0 ne "home.php"} {if $enable_seo_links == "Y"} <A href="{seo_link location_name=$location[position].0 location_link=$location[position].1}" class="NavigationPath"> {else} <A href="{$location[position].1}" class="NavigationPath"> {/if} {else} <a href="{$http_location}/" class="NavigationPath"> {/if} {* END SAFETYNET DSEFU MOD *} {/if} {if $location[position].0 eq $config.Company.company_name} Home {else} {$location[position].0} {/if} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}\{/if} {/section} {/strip} </FONT> {/if}

The change is the addition of
{if $location[position].0 eq $config.Company.company_name}
Home
{else}

I hope this helps.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote