TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
sv
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
}
Generated on Wed Nov 11 2015 01:51:55 for TYPO3 by
1.8.3