Feature #17930 ยป wrapitemandsub_stdwrap.patch
typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) | ||
---|---|---|
1841 | 1841 |
if (!$this->I['spacer']) { |
1842 | 1842 |
$this->I['theItem'].= $this->subMenu($this->I['uid'], $this->WMsubmenuObjSuffixes[$key]['sOSuffix']); |
1843 | 1843 |
} |
1844 |
$this->WMresult.= $this->I['val']['wrapItemAndSub'] ? $this->tmpl->wrap($this->I['theItem'],$this->I['val']['wrapItemAndSub']) : $this->I['theItem']; |
|
1844 |
$part = $this->WMcObj->stdWrap($this->I['val']['wrapItemAndSub'],$this->I['val']['wrapItemAndSub.']); |
|
1845 |
$this->WMresult.= $part ? $this->tmpl->wrap($this->I['theItem'],$part) : $this->I['theItem']; |
|
1845 | 1846 |
} |
1846 | 1847 | |
1847 | 1848 |
/** |