View Single Post
  #2  
Old 12-28-2006, 10:29 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: PROBLEM: $location array issue on homepage

There may have been a mis-edit in your categories.php.

As a "quick" fix, you can do this:

Open skin1/customer/home.tpl

FIND:

Code:
<title>

AFTER ADD:

Code:
{if $main eq "catalog" AND $cat eq ""} YOUR CUSTOM TITLE HERE {else}

FIND:

Code:
</title>

BEFORE ADD:

Code:
{/if}
Reply With Quote