Hello,
My webform block doesn't show its block title.
I'm pretty sure that's a little bug:
at line 177 in webformblock.module I'd add:
$block_subject = $node->title;
...as it was in previous version.
Thanks.
Hello,
My webform block doesn't show its block title.
I'm pretty sure that's a little bug:
at line 177 in webformblock.module I'd add:
$block_subject = $node->title;
...as it was in previous version.
Thanks.
Comments
Comment #1
buddaFixed in CVS. Seems to be opposite of the problem documented in #616364: Unable to hide Block Title in Blueprint and Zen themes