Hello Daniel Minder, Felix Kopp, the file ext_tables.php must like this: ```php if (TYPO3_MODE === 'BE') { \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule( 'web', 'txloginusertrackM1', 'before:info', '', [ 'routeTarget' => \DannyM\Loginusertrack\Controller\LoginusertrackController::class . '::mainAction', 'access' => 'group,user', 'name' => 'web_txloginusertrackM1', //'icon' => 'EXT:loginusertrack/Resources/Public/Icons/moduleicon.gif', //'labels' => 'LLL:EXT:loginusertrack/Resources/Private/Language/locallang_mod.xml' 'labels' => [ 'tabs_images' => [ 'tab' => 'EXT:loginusertrack/Resources/Public/Icons/moduleicon.gif' ], 'll_ref' => 'LLL:EXT:loginusertrack/Resources/Private/Language/locallang_mod.xml', ], ] ); } ``` Greeting and best thanks Xiaoling
Hello Daniel Minder, Felix Kopp,
the file ext_tables.php must like this:
Greeting and best thanks
Xiaoling