TYPO3 API  SVNRelease
ext_tables.php
Go to the documentation of this file.
00001 <?php
00002 if (!defined ('TYPO3_MODE')) {
00003     die ('Access denied.');
00004 }
00005 
00006 if (TYPO3_MODE == 'BE') {
00007         // add module
00008     t3lib_extMgm::insertModuleFunction(
00009         'web_info',
00010         'tx_linkvalidator_ModFuncReport',
00011         t3lib_extMgm::extPath('linkvalidator') . 'modfuncreport/class.tx_linkvalidator_modfuncreport.php',
00012         'LLL:EXT:linkvalidator/locallang.xml:mod_linkvalidator'
00013     );
00014 }
00015 
00016     // Initialize Context Sensitive Help (CSH)
00017 t3lib_extMgm::addLLrefForTCAdescr('linkvalidator', 'EXT:linkvalidator/modfuncreport/locallang_csh.xml');
00018 
00019 ?>