Project

General

Profile

Feature #16855 » 0004780.patch

Administrator Admin, 2007-01-13 14:09

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php (Arbeitskopie)
* @see writeMenu(), tslib_tmenu_layers::extProc_finish()
*/
function extProc_finish() {
// stdWrap:
if (is_array($this->mconf['stdWrap.'])) {
$this->WMresult = $this->WMcObj->stdWrap($this->WMresult,$this->mconf['stdWrap.']);
}
return $this->tmpl->wrap($this->WMresult,$this->mconf['wrap']).$this->WMextraScript;
}
}
......
* @see writeMenu(), tslib_gmenu_layers::extProc_finish()
*/
function extProc_finish() {
// stdWrap:
if (is_array($this->mconf['stdWrap.'])) {
$this->WMresult = $this->WMcObj->stdWrap($this->WMresult,$this->mconf['stdWrap.']);
}
return $this->tmpl->wrap($this->WMresult,$this->mconf['wrap']).$this->WMextraScript;
}
}
(1-1/2)