Hello, there is a small bug when you use a blockreference for a block with a custom title, it doesn't shows.
You must replace in blockreference.module in line 178 :
$block->subject = $block_view['subject'];
by :
$block->subject = ($block->title) ? $block->title : $block_view['subject'];
Comments
Comment #1
vthirteen commentedit works for me
Comment #2
danielb commentedwhat works for you, sinasquax's code?
Comment #3
vthirteen commentedyes, sorry. i meant sinasquax's code works for me, not the original code.
Comment #4
danielb commented