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  'help',
9  'cshmanual',
10  'top',
11  \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) . 'mod/'
12  );
13 }
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static addModule($main, $sub='', $position='', $path='', $moduleConfiguration=array())