The plone guy is on leave, I have a request to add breadcrumbs to a plone 3 site. Normally in plone the logo, navigation search personal bar and breadcrumbs are all in a view called plonetop This view has been replaced with straight html because it was too hard to modify plones default plonetop view.
There is a view in portal_view_customizations called path_bar, it contains the breadcrumb view. I want to display this on the site but I don't know how to call it. it appears I need to create a custom view and create a new section in configure.zcml but I really don't know where to start.
can anyone help?
To reiterate I want to place the plone path bar onto the page without all the other plone top stuff just the path_bar.