X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do I take the breadcrumb trails off the home page only? (https://forum.x-cart.com/showthread.php?t=9119)

AnimeJeff 08-27-2004 02:55 PM

How do I take the breadcrumb trails off the home page only?
 
Hi guys,
I would like to be able to take off the breadcrumb trail off the top of the home page, but leave it on the other pages. How do I do this? I have played around with some of the code, but can't seem to figure out how to do it.

Help!

Cheers.

kylew3 08-29-2004 05:35 PM

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


All times are GMT -8. The time now is 03:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.