| Hook | display<Controller>Header |
|---|---|
| Locations | FO |
| Type | display |
| Origin | core |
| Aliases | |
| Description | This hook is called in the construction of the HOOK_HEADER Smarty variable. It is used for common front page header content. |
| Origin | File |
|---|---|
| core | classes/controller/FrontController.php |
$this->context->smarty->assign([
'HOOK_HEADER' => Hook::exec('displayHeader')
. Hook::exec('display' . $this->getControllerName() . 'Header'),
]);