View Single Post
  #51  
Old 09-14-2004, 10:34 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

^ Thanks for the feedback, appreciated.

The anonymous_login.tpl was a typo, thanks.

In the home_checkout.tpl replace everything from <html> down to just before the meta include with:

Code:
<HTML> <HEAD> <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>

I accidently used the 3.5 title code in that file.

Zip has been updated.
Reply With Quote