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 if (TYPO3_MODE === 'BE') {
6  // Add module
8  'web_info',
9  'TYPO3\\CMS\\Linkvalidator\\Report\\LinkValidatorReport',
10  NULL,
11  'LLL:EXT:linkvalidator/Resources/Private/Language/locallang.xlf:mod_linkvalidator'
12  );
13 }
14 // Initialize Context Sensitive Help (CSH)
16  'linkvalidator',
17  'EXT:linkvalidator/Resources/Private/Language/Module/locallang_csh.xlf'
18 );
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')