This is the way i'm doing it, but it's not working
a) Create the new hook on table 'hook'
| ID | NAME | TITLE | DESCRIPTION | POSITION |
--------------------------------------------
| 32 | test | Test | Test Hook | 1 |
b) Add a hookTest function to the module and create the tpl file if necessary
function hookTest($params)
{
...
}
c) Transplant the module to the hook i've just created.
d) Add the {$HOOK_TEST} in the theme.
c) Test it.
Result: Nothing happens.



Vous parlez français ?










