Posted by simoneffe on December 2, 2009 at 2:16pm
Hi, i am a new Italian user with Drupal:
I want to call a PHP Function in a block from a Page, is it possible?
A create a simple function in a block that I call from a page, but there is a fatal error:
Fatal error: Call to undefined function stampa() in /applicazioni/vlt/drupal/includes/common.inc(1537) : eval()'d code on line 8Help me...Thanks
Simone
Comments
You probably want to create
You probably want to create a simple module to hold your shared functions. Functions defined in blocks will have limited scope.
Thanky so much... but how I
Thanky so much...
but how I made It?