‪TYPO3CMS  11.5
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
8 
9 defined('TYPO3') or die();
10 
11 // Hook into the page modules
12 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook']['sys_note'] = ‪PageHook::class . '->renderInHeader';
13 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawFooterHook']['sys_note'] = ‪PageHook::class . '->renderInFooter';
14 // Hook into the info module
15 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/web_info/class.tx_cms_webinfo.php']['drawFooterHook']['sys_note'] = ‪InfoModuleHook::class . '->render';
16 // Hook into the button bar
17 ‪$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['Backend\Template\Components\ButtonBar']['getButtonsHook']['sys_note'] = ‪ButtonBarHook::class . '->getButtons';
‪TYPO3\CMS\SysNote\Hook\PageHook
Definition: PageHook.php:30
‪TYPO3\CMS\SysNote\Hook\ButtonBarHook
Definition: ButtonBarHook.php:38
‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:25
‪TYPO3\CMS\SysNote\Hook\InfoModuleHook
Definition: InfoModuleHook.php:28