I set up a language variable called $lng.lbl_seo_title which I put my slogan in.
Then put it right after the last {/section} like this:
Quote:
{strip}<TITLE>
{if $config.SEO.page_title_format eq "A"}
{strip}{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} - {/if}
{/section}{/strip}
{else}
{strip}{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} - {/if}
{/section}
{$lng.lbl_seo_title}{/strip}
{/if}
</TITLE>{/strip}
|
__________________
X-Cart Gold 4.0.12
X-AOM, X-RMA, X-FancyCat
Apache/Linux Server
PHP 4.3.8
|