Thread
:
PROBLEM: $location array issue on homepage
View Single Post
#
2
12-28-2006, 10:29 AM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
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}
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon