addListener('civi.setupui.boot', function (\Civi\Setup\UI\Event\UIBootEvent $e) { \Civi\Setup::log()->info(sprintf('[%s] Register blocks', basename(__FILE__))); /** * @var \Civi\Setup\UI\SetupController $ctrl */ $ctrl = $e->getCtrl(); $ctrl->blocks['header'] = array( 'is_active' => TRUE, 'file' => __DIR__ . DIRECTORY_SEPARATOR . 'header.tpl.php', 'class' => '', 'weight' => 10, ); }, \Civi\Setup::PRIORITY_PREPARE);