TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
taskcenter
taskcenter/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
'user'
,
7
'task'
,
8
'top'
,
9
''
,
10
array(
11
'routeTarget'
=> \TYPO3\CMS\Taskcenter\Controller\TaskModuleController::class .
'::mainAction'
,
12
'access'
=>
'group,user'
,
13
'name'
=>
'user_task'
,
14
'labels'
=> array(
15
'tabs_images'
=> array(
16
'tab'
=>
'EXT:taskcenter/Resources/Public/Icons/module-taskcenter.svg'
,
17
),
18
'll_ref'
=>
'LLL:EXT:taskcenter/Resources/Private/Language/locallang_mod.xlf'
,
19
),
20
)
21
);
22
}
Generated on Wed Nov 11 2015 01:51:55 for TYPO3 by
1.8.3