View Single Post
  #2  
Old 06-22-2005, 02:10 PM
 
Bella Forma Bella Forma is offline
 

Senior Member
  
Join Date: Nov 2004
Location: Australia
Posts: 150
 

Default

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
Reply With Quote