View Single Post
  #2  
Old 11-06-2004, 04:45 PM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

Helps if you put your version number in your sig.

this is from home.tpl for 4.0.5 this is where you need to look

Code:
<TITLE> {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {/if} </TITLE>
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote