[Typo3-dev] Web Sub Module

media.res | alex widschwendter a.widschwendter at mediares.at
Thu Nov 17 18:48:54 CET 2005


hi pedro,


> The problem is that this submodule does not apperar in the menu. 
> anyway....is there away for me to create a submenu like the web and all 
> the other modules have?

this should work:

if (TYPO3_MODE=="BE"){
t3lib_extMgm::addModule("txmdrsgesofortkreditM1","","",t3lib_extMgm::extPath($_EXTKEY)."mod1/");
}


if (TYPO3_MODE=="BE"){
t3lib_extMgm::addModule("txmdrsgesofortkreditM1","txmdrsgesofortkreditM2","",t3lib_extMgm::extPath($_EXTKEY)."mod2/");
	
  $tmpArr = array("txmdrsgesofortkreditM1" =>
$TBE_MODULES["txmdrsgesofortkreditM1"]);
  unset($TBE_MODULES["txmdrsgesofortkreditM1"]);
  $TBE_MODULES = $tmpArr + $TBE_MODULES;

  //print_r ($TBE_MODULES);

	
}

hth alex




More information about the TYPO3-dev mailing list