TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
info
info/ext_tables.php
Go to the documentation of this file.
1
<?php
2
defined(
'TYPO3_MODE'
) or die();
3
4
if
(TYPO3_MODE === 'BE') {
5
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
6
'web'
,
7
'info'
,
8
''
,
9
''
,
10
array(
11
'routeTarget'
=> \TYPO3\CMS\Info\Controller\InfoModuleController::class .
'::mainAction'
,
12
'access'
=>
'user,group'
,
13
'name'
=>
'web_info'
,
14
'labels'
=> array(
15
'tabs_images'
=> array(
16
'tab'
=>
'EXT:info/Resources/Public/Icons/module-info.svg'
,
17
),
18
'll_ref'
=>
'LLL:EXT:lang/locallang_mod_web_info.xlf'
,
19
),
20
)
21
);
22
}
Generated on Wed Nov 11 2015 01:51:55 for TYPO3 by
1.8.3