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