Every node has a title. Drupal writes it out above the node content. I want to move the title around a bit. I guess I have to find the variable that stores the title content, but that is what I have failed to do.
I did find this in the page.tpl.php file:

print $title

But nothing happens if I remove or just move it somewhere else in the page.tpl.php file. Where should I look?

Comments

zeta ζ’s picture

Try node.tpl.php .

page.tpl.php controls each page, whereas node.tpl.php controls each node/teaser within the page.
___________________
It’s in the detaιls…

demonstration portfolio

razzel’s picture

Thanks, that I did not know. You learn something every day! Thanks! :-)