Drupal - displaying the title of the node within a block

Posted by james6848 on Stack Overflow See other posts from Stack Overflow or by james6848
Published on 2010-03-18T12:54:15Z Indexed on 2010/03/18 13:11 UTC
Read the original article Hit count: 313

Filed under:
|

Hi,

I'm needing to dynamically display the title of a node within a block. I would have thought this would be simple, but all the code snippets I've tried don't seem to work (e.g. <?php print $node->title; ?> )

I've checked and tested that the PHP input format is on and working with other PHP bits and bobs, and everything seems OK.

Any ideas?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about php