View Single Post
  #2  
Old 06-18-2005, 09:42 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Hey Brian, that is because only the Admin side uses the language variable for the title. The customer side uses this code in home.tpl:

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>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote