Hi Guys,

Coming from: http://groups.drupal.org/node/121594 we found an error in node-resource.tpl.php

In line 29 it says:

  • <?print $link; ?>
  • but it should be:

  • print $link;
  • If you incorporate it in a future release it would be great!

    thnx
    Ronald

    Comments

    irakli’s picture

    irakli’s picture

    Status: Reviewed & tested by the community » Closed (fixed)