Thats what I thought before I red Balinor's reply about him making this modification all the time...
I wonder what he does about "Forgot Password" page issue.. I guess I 'll have to wait for him to get on in order to find out
If there is no easy solution, I was thinking to disable breadcrumbs for "Forgot Password" page, but I would prefer to avoid doing so.
I found
http://forum.x-cart.com/showthread.php?t=21733 thread and get this code from there:
replace this:
{include file="location.tpl"}
with this:
{if $main ne "help"}{include file="location.tpl"}{/if}
How do i modify this code to disable breadcrumbs on "Forgot Password" page only?