I am trying to add a module to a new hook I have set up called "catscooters" (as well as the standard hook on the module)
This is the standard module hook code on the module, what do I need to add to this so I can hook onto the "catscooters" hook as well as the standard hook
function install()
{
if (!parent::install())
return false;
return $this->registerHook('productfooter');
}
All the best,
Cerberus22




Back to top









