I'm working on our Plone 4.2.6 system, currently trying to manage some viewlets.
While working on it, I saw the following order of (relevant) viewlet managers:
IAboveContentTitle
IAboveContentTitle
IBelowContentBody
IAboveContentBody
IBelowContentBody
IBelowContentBody
I can't figure out why some viewlet managers appear twice, I saw no difference in their configuration. Also, only viewlets I put in one of the managers appearing twice will be rendered.
Does anyone have a clue what might have gone wrong here? Thanks in advance!
Edit1: When removing the <div>
with belowcontentbody from our main_template.pt
, the manager will only appear once but will not be rendered anymore.