View Single Post
  #9  
Old 01-18-2010, 11:16 AM
  acidon's Avatar 
acidon acidon is offline
 

Senior Member
  
Join Date: Feb 2008
Posts: 139
 

Default Re: static vs help zone design

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?
__________________
Version 4.7.6 X-cart Gold
Reply With Quote