I'm using the quotes module: http://drupal.org/project/quotes

I've tried to create a node-quotes.tpl.php and removing the following code:

<?php if ($page == 0): ?>
  <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php endif; ?>

However, the title of the node persists to show up as h2

I've also tried removing it from node.tpl.php .. but then it only removes it for the title of other articles, there's still a big "quotes" in h2 above the actual quote which I'd like gone.

You can see here: http://w3rd.org

I can't seem to figure out how to get the node title gone for that content type only

Thanks a bunch

Comments

motivez’s picture

Status: Active » Fixed

Nevermind, I simply renamed the block to .. was not aware you could do that for name.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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