Closed (fixed)
Project:
A3 Atlantis
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 05:18 UTC
Updated:
14 Jul 2012 at 19:05 UTC
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
Comment #1
motivez commentedNevermind, I simply renamed the block to .. was not aware you could do that for name.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.