Documentation TYPO3 par Ameos |
00001 <?php 00002 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 00003 00004 if (TYPO3_MODE=='BE') { 00005 t3lib_extMgm::insertModuleFunction( 00006 'user_task', 00007 'tx_systodos', 00008 t3lib_extMgm::extPath($_EXTKEY).'class.tx_systodos.php', 00009 'LLL:EXT:sys_todos/locallang.php:pi_todo' 00010 ); 00011 } 00012 ?>