Hi,
any time i write this:
$this->setTemplate('module/action');
I'm getting this error:
The template "module/actionSuccess.php" does not exist or is unreadable in "".
So.. how to set a template from another module ?
Javi
Hi,
any time i write this:
$this->setTemplate('module/action');
I'm getting this error:
The template "module/actionSuccess.php" does not exist or is unreadable in "".
So.. how to set a template from another module ?
Javi
According to API Documentation:
$this->setTemplate('action', 'module');