is it possible to call a function declared in a file MODULENAME.module.php, from a template?
I am a newbie, sorry for the stupid questions...
Calling a module's function in a template
Re: Calling a module's function in a template
You are going to have to give a better explanation as to what you are trying to do and what you expect as an outcome...
-
Stikki
Re: Calling a module's function in a template
Module developer declares module as plugin module if they wish.
If module is declared as plugin module, you can use it like that.
ie.
{News}
You can't directly call class methods in tag context. Module declares which actions are usable and what params it takes.
If module is declared as plugin module, you can use it like that.
ie.
{News}
You can't directly call class methods in tag context. Module declares which actions are usable and what params it takes.
Re: Calling a module's function in a template
Thanks for the answers ... I'd better start a new topic.=)


