^ 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.