TYPO3 API  SVNRelease
ext_tables.php
Go to the documentation of this file.
00001 <?php
00002 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00003 
00004 if (TYPO3_MODE == 'BE') {
00005     $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
00006         'title'       => 'LLL:EXT:sv/reports/locallang.xml:report_title',
00007         'description' => 'LLL:EXT:sv/reports/locallang.xml:report_description',
00008         'icon'        => 'EXT:sv/reports/tx_sv_report.png',
00009         'report'      => 'tx_sv_reports_ServicesList'
00010     );
00011 }
00012 ?>