Feature #19685 ยป 9901.diff
typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) | ||
---|---|---|
$cls = strtolower($this->conf[($this->menuNumber+1).$objSuffix]);
|
||
$subLevelClass = ($cls && t3lib_div::inList($this->tmpl->menuclasses,$cls)) ? $cls : '';
|
||
// stdWrap for expAll
|
||
$this->mconf['expAll'] = $this->parent_cObj->stdWrap($this->mconf['expAll'], $this->mconf['expAll.']);
|
||
if ($subLevelClass && ($this->mconf['expAll'] || $this->isNext($uid, $this->getMPvar($this->I['key'])) || is_array($altArray)) && !$this->mconf['sectionIndex']) {
|
||
$submenu = t3lib_div::makeInstance('tslib_'.$subLevelClass);
|
||
$submenu->entryLevel = $this->entryLevel+1;
|