When a page's content is reloaded after a popup is closed, any blocks added the the 'content' region of that page disappear, they aren't reloaded.

I was able to have the blocks reloaded with the page data by adding this code after line 70 of popups.module:

$content .= theme('blocks', 'content');

Comments

dboulet’s picture

Version: 6.x-2.0-alpha5 » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new688 bytes

Here's a patch for review.