View Single Post
  #8  
Old 12-26-2005, 04:44 PM
 
aop aop is offline
 

Advanced Member
  
Join Date: Oct 2003
Location: los angeles
Posts: 96
 

Default

I'd like to do this change to my location.tpl, but because I have DSEFU
mode, my file is a little different:

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 $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} {* END SAFETYNET DSEFU MOD *} {/if} {$location[position].0} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}<font color="#E77300">&raquo;</font>{/if} {/section} {/strip} </FONT> [img]{$ImagesDir}/goback.gif[/img] {/if}

What would be the changes in my location.tpl ?
Thanks !
__________________
www.furniturevision.com
Version 3.2.2 retired
Updated to 4.0.8 - retired
Updated to 4.1.9 - retired
Updated to 4.4
Reply With Quote