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

weka’s picture

I 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.

quicksketch’s picture

Webform does not provide a block at all. Are you sure this isn't for the Webform Block module or some other project?

weka’s picture

Project: Webform » Webform Block
Version: 6.x-2.8 » 6.x-1.1

Sorry, wrong issue queue. 8-|

budda’s picture

ixis.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.

psynaptic’s picture

Status: Active » Fixed

This is fixed in DRUPAL-6--1. Please test!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

awdlewis’s picture

Component: Miscellaneous » Code

Im 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

awdlewis’s picture

Then setting title to none