Documentation TYPO3 par Ameos |
00001 <?php 00002 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 00003 00004 if (TYPO3_MODE=='BE') { 00005 t3lib_extMgm::addModule('tools','beuser','top',t3lib_extMgm::extPath($_EXTKEY).'mod/'); 00006 00007 $GLOBALS['TBE_MODULES_EXT']['xMOD_alt_clickmenu']['extendCMclasses'][] = array( 00008 'name' => 'tx_beuser', 00009 'path' => t3lib_extMgm::extPath($_EXTKEY).'class.tx_beuser.php' 00010 ); 00011 } 00012 ?>