View Single Post
  #2  
Old 01-24-2010, 04:55 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Main index page title

Open skin1/customer/service_head.tpl, find
Code:
<title>{$html_page_title|escape}</title>
and replace with
Code:
{if $main eq "catalog" && $current_category.category eq ""} <title>YOUR NEW TITLE HERE</title> {else} <title>{$html_page_title|escape}</title> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote