TYPO3 API  SVNRelease
ext_tables.php
Go to the documentation of this file.
00001 <?php
00002 /* $Id: ext_tables.php 6536 2009-11-25 14:07:18Z stucki $ */
00003 
00004 if (!defined('TYPO3_MODE')) {
00005     die ('Access denied.');
00006 }
00007 
00008 if (TYPO3_MODE == 'BE') {
00009         // Add module
00010     t3lib_extMgm::addModule('tools', 'txschedulerM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/');
00011 
00012         // Add context sensitive help (csh) to the backend module
00013     t3lib_extMgm::addLLrefForTCAdescr('_MOD_tools_txschedulerM1', 'EXT:' . $_EXTKEY . '/mod1/locallang_csh_scheduler.xml');
00014 }
00015 ?>