i'm using magento 1.4.1.1 CE and i have a problem with breadcumbs and customer account. on this installation we are using several plugins, one of these is called Amasty_List and is used for create, save and modify estimates. So we have different section in the customer account personal area (the dashboard) and each one has its different breadcumb. the first section is the general dashboard, the problem is that this section has the breadcumb of the estimates section, istead of 'home' or something similar. For some reason, the Index Block of estimates module uis instantiated (is an extended version of Amasty_List_Block_Index), and after the _prepareLayout method is executed, on which is added the unwanted breadcumb. the poin is that there are mopre other custom module in the dashboard, that extends the same class (Amasty_List_Block_Index), but these are not instantiated during the Dashboard rendering. what could it be? i assume that is something related to my xml layout but i'm not sure.
hope someone could help me,
thanx Luke