Paul Sellis
Karma: 0
|
Breadcrumb issue - 2010/07/01 11:12
Hi,
I have an issue with Breadcrumb module: if you click from any page on a glossary term, it goes to the Glossary page. OK for that. But it still shows the breadcrumb of that page (the one from where the Glossary page has been triggered).
I had a similar problem with Breadcrumb in Virtuemart Cart which also can be triggered from many pages. We solved it doing a reset in that way:
$vm_mainframe->setpagetitle($VM_LANG->_('PHPSHOP_CART_TITLE')); $pathway[] = $vm_mainframe->vmPathwayItem($VM_LANG->_('PHPSHOP_CART_TITLE')); $vm_mainframe->vmAppendPathway($pathway);
but I can't find until now how to manage that for Glossary.
Any help?
|