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\\WizardSortpages\\View\\SortPagesWizardModuleFunction',
9  NULL,
10  'LLL:EXT:wizard_sortpages/locallang.xlf:wiz_sort',
11  'wiz'
12  );
14  '_MOD_web_func',
15  'EXT:wizard_sortpages/locallang_csh.xlf'
16  );
17 }
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')