Index: typo3/sysext/info/ext_tables.php =================================================================== --- typo3/sysext/info/ext_tables.php (Revision 9744) +++ typo3/sysext/info/ext_tables.php (Arbeitskopie) @@ -4,6 +4,6 @@ } if (TYPO3_MODE === 'BE') { - t3lib_extMgm::addModule('web', 'info', 'after:layout', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); + t3lib_extMgm::addModule('web', 'info', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); } ?> \ No newline at end of file Index: typo3/sysext/list/ext_tables.php =================================================================== --- typo3/sysext/list/ext_tables.php (Revision 9744) +++ typo3/sysext/list/ext_tables.php (Arbeitskopie) @@ -4,6 +4,6 @@ } if (TYPO3_MODE === 'BE') { - t3lib_extMgm::addModule('web', 'list', 'after:layout', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); + t3lib_extMgm::addModule('web', 'list', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); } ?> \ No newline at end of file Index: typo3/sysext/func/ext_tables.php =================================================================== --- typo3/sysext/func/ext_tables.php (Revision 9744) +++ typo3/sysext/func/ext_tables.php (Arbeitskopie) @@ -4,6 +4,6 @@ } if (TYPO3_MODE === 'BE') { - t3lib_extMgm::addModule('web', 'func', 'after:layout', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); + t3lib_extMgm::addModule('web', 'func', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); } ?> \ No newline at end of file Index: typo3/sysext/perm/ext_tables.php =================================================================== --- typo3/sysext/perm/ext_tables.php (Revision 9744) +++ typo3/sysext/perm/ext_tables.php (Arbeitskopie) @@ -4,7 +4,7 @@ } if (TYPO3_MODE === 'BE') { - t3lib_extMgm::addModule('web', 'perm', 'after:layout', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); + t3lib_extMgm::addModule('web', 'perm', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); $TYPO3_CONF_VARS['BE']['AJAX']['SC_mod_web_perm_ajax::dispatch'] = t3lib_extMgm::extPath($_EXTKEY) . 'mod1/class.sc_mod_web_perm_ajax.php:SC_mod_web_perm_ajax->dispatch'; } ?> \ No newline at end of file