Index: typo3/sysext/cms/tslib/class.tslib_menu.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_menu.php (revision 4534) +++ typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) @@ -1299,6 +1299,9 @@ $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;