Skip to content
Snippets Groups Projects
Commit a03307c8 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Add small Docu to Hook Setup

parent fc4c3ec2
No related branches found
No related tags found
1 merge request!38Feature upgrade to typo3 11
......@@ -112,6 +112,7 @@ call_user_func(
'preInitAfter'
);
# Hook to add the "go to News Module Button
if (!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook'])) {
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook'] = [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment