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') {
6  $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
7  'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
8  'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
9  'icon' => 'EXT:sv/Resources/Public/Images/tx_sv_report.png',
10  'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport'
11  );
12 }
const TYPO3_MODE
Definition: init.php:40
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:context_help/locallang_csh_pages.xlf'][]
Definition: ext_tables.php:15
die
Definition: index.php:6