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)
-   -   Remobe Breadcrumb link from the Help Zone section (https://forum.x-cart.com/showthread.php?t=21733)

chamberinternet 05-12-2006 05:22 AM

Remobe Breadcrumb link from the Help Zone section
 
Hello ..

Is there a way in which i can remove the breadcrumb trail from any pages that are located within the 'Help Zone' section ?

Regards

Shafiq :sK

balinor 05-12-2006 05:25 AM

You'll need to edit customer/home.tpl and replace this:

{include file="location.tpl"}

with this:

{if $main ne "help"}{include file="location.tpl"}{/if}

chamberinternet 05-12-2006 05:26 AM

Commenting the following line from /help.php seems to work too ...

# $smarty->assign("location", $location);

:sK

chamberinternet 05-12-2006 05:29 AM

Quote:

Originally Posted by balinor
You'll need to edit customer/home.tpl and replace this:

{include file="location.tpl"}

with this:

{if $main ne "help"}{include file="location.tpl"}{/if}


cool that works too ... I think thats a better solution.

Thank You

:sK


All times are GMT -8. The time now is 04:31 PM.

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