Hook display<Controller>Header

Informations

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.

Located in

Origin File
core classes/controller/FrontController.php

Call of the Hook in the origin file

$this->context->smarty->assign([
    'HOOK_HEADER' => Hook::exec('displayHeader')
        . Hook::exec('display' . $this->getControllerName() . 'Header'),
]);