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_func',
8  'TYPO3\\CMS\\WizardCrpages\\Controller\\CreatePagesWizardModuleFunctionController',
9  NULL,
10  'LLL:EXT:wizard_crpages/locallang.xlf:wiz_crMany',
11  'wiz'
12  );
13 
15  '_MOD_web_func',
16  'EXT:wizard_crpages/locallang_csh.xlf'
17  );
18 }
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')