Thread
:
How do I take the breadcrumb trails off the home page only?
View Single Post
#
2
08-29-2004, 05:35 PM
kylew3
Newbie
Join Date: Mar 2003
Posts: 2
In the /customer/home.tpl template I changed this line:
Code:
{include file="location.tpl"}
to these lines:
Code:
{if $mode || $cat} {include file="location.tpl"} {/if}
It's a crude way of doing it, but I think it does the trick.
-Kyle
kylew3
View Public Profile
Send a private message to kylew3
Find all posts by kylew3