I have generated a form and configured it to appear in its own block.
Entering <none> inside the Block title: field does not hide the <h2 class="title"> tag when using the Zen 6.x-1.0 or Blueprint 6.x-1.3 themes.
Works fine in Garland 6.14 and both themes hide core block titles correctly.
Comments
Comment #1
weka commentedI was able to replicate the problem by disabling all other themes, making Blueprint the default and also admin theme. Same results with Bluemarine, Chameleon, Marvin, Minnelli, Pushbutton and Zen.
Works in Garland.
Comment #2
quicksketchWebform does not provide a block at all. Are you sure this isn't for the Webform Block module or some other project?
Comment #3
weka commentedSorry, wrong issue queue. 8-|
Comment #4
buddaixis.co.uk uses a custom zen 6-1.1 sub-theme and specifying the block title as " < none > " hides the node title for the webform as expected.
Comment #5
psynaptic commentedThis is fixed in DRUPAL-6--1. Please test!
Comment #7
awdlewis commentedIm using 6.1 and still had this problem. I fixed it by replacing the following line in block.tpl:
if ($title):to
if (!empty($block->subject)):Then setting title to
Comment #8
awdlewis commentedThen setting title to none