I've turned on the PHP filter so I can put PHP in block text, however the following variables:
<?php print $node_url; ?>
<?php print $title ?>
<?php print $directory; ?>
Cause the following errors:
Notice: Undefined variable: node_url in eval() (line 2 of /modules/php/php.module(80) : eval()'d code).
Notice: Undefined variable: directory in eval() (line 2 of /modules/php/php.module(80) : eval()'d code).
Notice: Undefined variable: title in eval() (line 3 of /modules/php/php.module(80) : eval()'d code).
I know this worked in Drupal 6. Any suggestions?
--Marshall