TYPO3 CMS  TYPO3_7-6
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'] = [
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 }
if(!defined("DB_ERROR")) define("DB_ERROR"
$GLOBALS['PAGES_TYPES']
Definition: ext_tables.php:12