View Single Post
  #5  
Old 10-04-2006, 06:52 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default Re: Add text to the Title browser page

This is the taging I see in the customer/home.tpl for the title names.
- What do I add if I want to place a title on the "login.tpl" page?


(Curent <title> tags)

<TITLE>
{capture name=customer_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}
{/capture}
</TITLE>
__________________
x-cart 4.0.16v
linux server
Reply With Quote