Delete Second Breadcrumbs

Hi Shelley, Thanks for quick update. Can you tell me which file has that code so that I can get rid of the code directly. As posted in other thread, I am not a fan of display:none. Thanks again!
 
Hi Shelley, Thanks for quick update. Can you tell me which file has that code so that I can get rid of the code directly. As posted in other thread, I am not a fan of display:none. Thanks again!

Template: PAGE_CONTAINER
you want to be looking near te bottom of the template
Code:
            <xen:hook name="page_container_breadcrumb_bottom">            
            <div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
            </xen:hook>
 
Top Bottom