TYPO3  7.6
sv/ext_tables.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 if (TYPO3_MODE === 'BE') {
5  $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
6  'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
7  'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
8  'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png',
9  'report' => \TYPO3\CMS\Sv\Report\ServicesListReport::class
10  );
11 }