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') {
7  'web_info',
8  'tx_infopagetsconfig_webinfo',
9  NULL,
10  'LLL:EXT:info_pagetsconfig/locallang.xlf:mod_pagetsconfig'
11  );
12 }
13 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('_MOD_web_info', 'EXT:info_pagetsconfig/locallang_csh_webinfo.xlf');
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')