<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
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.  <br>
<br>
abac theme block.tpl.php:<br>
&lt;?php if ($block-&gt;subject): ?&gt;<br>
  &lt;h3&gt;&lt;?php print $block-&gt;subject ?&gt;&lt;/h3&gt;<br>
&lt;?php endif;?&gt;<br>
<br>
garland theme block.tpl.php:<br>
&lt;?php if ($block-&gt;subject): ?&gt;<br>
  &lt;h2&gt;&lt;?php print $block-&gt;subject ?&gt;&lt;/h2&gt;<br>
&lt;?php endif;?&gt;<br>
<br>
only difference is h2 vs h3 which would not cause the behavior you're
reporting.<br>
<br>
Chris McCreery wrote:
<blockquote
 cite="mid:8ce458940709101135m2c88ed30v95c5d9c294fbdc03@mail.gmail.com"
 type="cite">Hi I have recently installed the Abac theme on Drupal 5.2.
When I set up blocks and specify &lt;none&gt; 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.
  <br>
  <br>
Thanks<br clear="all">
  <br>
-- <br>
Chris McCreery
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>