[TYPO3-english] TMENU and overrideID

Markus Deckmann Markus.Deckmann79 at web.de
Mon Apr 27 22:39:21 CEST 2009


Hi,

> anyway stdWrap for everything is nice too ;)

The only occourence of overrideID I can find in 
typo3/sysext/cms/tslib/class.tslib_menu.php:1198

// Setting override ID
if ($this->mconf['overrideId'] || $this->menuArr[$key]['overrideId'])	{
	$overrideArray = array();
	
	// If a user script returned the value overrideId in the menu array we 
use that as page id
	$overrideArray['uid'] = 
$this->mconf['overrideId']?$this->mconf['overrideId']:$this->menuArr[$key]['overrideId'];
	$overrideArray['alias'] = '';
	$MP_params = '';	// clear MP parameters since ID was changed.
} else {
	$overrideArray='';
}

Iam not sure this is the right file for the patch. Is it?

Bye Markus


More information about the TYPO3-english mailing list