Yah I checked that out and that's the only difference I noticed but can't seem to figure out why it's doing this. The other difference is the page.tpl I think but not really sure. If I edit the block and change it back to <h2> like the garland theme there is no difference.
you're certain that when you switch between the themes and change nothing else that the behavior changes? I just downloaded the Abac theme and looked at the code - it's pretty much line for line the same as Garland - I'm sure mostly the differences are in the css. And whether block titles show up or not is not css dependent.
abac theme block.tpl.php:
<?php if ($block->subject): ?>
<h3><?php print $block->subject ?></h3>
<?php endif;?>
garland theme block.tpl.php:
<?php if ($block->subject): ?>
<h2><?php print $block->subject ?></h2>
<?php endif;?>
only difference is h2 vs h3 which would not cause the behavior you're reporting.
Chris McCreery wrote:Hi I have recently installed the Abac theme on Drupal 5.2. When I set up blocks and specify <none> for the title they still display, yet if I switch to the Garland theme the titles disappear. Complete newbie so I'm not sure if this is a template issue or a css issue or both. Any guidance would be awesome.
Thanks
--
Chris McCreery
--
[ Drupal support list | http://lists.drupal.org/ ]