Anybody to jump up with me on this one?
I'm really stuck.
The tb module have all hooks as ps one but obviously the issue is somewhere else. displayHeader hook simply does not show when I want to transplant it there.
public function hookDisplayHeader($params)
{
$this->context->controller->addCSS(($this->_path).'blockmyaccount.css', 'all');
}