Feature #16855 » 0004780.patch
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;
|
||
}
|
||
}
|