TYPO3 CMS  TYPO3_6-2
ext_tables.php
Go to the documentation of this file.
1 <?php
2 if (!defined('TYPO3_MODE')) {
3  die('Access denied.');
4 }
5 
6 if (TYPO3_MODE === 'BE') {
8 
10  'web',
11  'ts',
12  '',
13  $extensionPath . 'ts/'
14  );
15 
17  'web_ts',
18  'TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateConstantEditorModuleFunctionController',
19  NULL,
20  'LLL:EXT:tstemplate/ts/locallang.xlf:constantEditor'
21  );
22 
24  'web_ts',
25  'TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateInformationModuleFunctionController',
26  NULL,
27  'LLL:EXT:tstemplate/ts/locallang.xlf:infoModify'
28  );
29 
31  'web_ts',
32  'TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateObjectBrowserModuleFunctionController',
33  NULL,
34  'LLL:EXT:tstemplate/ts/locallang.xlf:objectBrowser'
35  );
36 
38  'web_ts',
39  'TYPO3\\CMS\\Tstemplate\\Controller\\TemplateAnalyzerModuleFunctionController',
40  NULL,
41  'LLL:EXT:tstemplate/ts/locallang.xlf:templateAnalyzer'
42  );
43 
44 }
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')
static addModule($main, $sub='', $position='', $path='', $moduleConfiguration=array())