ok
Ok, yeah, you need to modify skin1/customer/home.tpl - something like this would do the trick.
Code:
<TITLE>
{if $main eq "product"}
{if $product.product ne ''} {$product.product}
{$category_name} {/if}
{else}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{if not %position.first%}{$location[position].0|escape}
{else}
Main title of site for homepage and root pages{/if}{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}
{/if}
</TITLE>
__________________
Instinctual
8,000 feet up in the Rocky Mountains of Colorado
X-Cart Versions 3.5.x - 4.0.x
IF you xcart, THEN you prosper, ELSE you fail. ELSEIF xcart fails, THEN you fix it, all the WHILE {loop}\'ing {section}\'s to feed your $smarty mind.
|