panels region pane can cause regions and the blocks assigned to them to be rendered twice on a single page.
Attach patch is a proof of concept -- though not the cleanest implementation -- of a static registry to eliminate the duplicate behavior.
Implements hook_panels_post_render() and hook_preprocess_page().

Comments

aaronbauman’s picture

Status: Active » Needs review
StatusFileSize
new1.62 KB
florianboehme’s picture

Hi,

I applied the patch but the regions still doubled. Any ideas?