Project

General

Profile

Bug #24854 » 17360_v2.diff

Administrator Admin, 2011-02-04 16:52

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php (working copy)
$res=$this->I['A1'].$res.$this->I['A2'];
}
}
$pref = isset($this->I['val'][$pref.'.'])
? $this->WMcObj->stdWrap($this->I['val'][$pref], $this->I['val'][$pref.'.'])
$processedPref = isset($this->I['val'][$pref . '.'])
? $this->WMcObj->stdWrap($this->I['val'][$pref], $this->I['val'][$pref . '.'])
: $this->I['val'][$pref];
return $this->tmpl->wrap($res.$pref, $this->I['val'][$pref.'Wrap']);
if (isset($this->I['val'][$pref . 'Wrap'])) {
return $this->tmpl->wrap($res . $processedPref, $this->I['val'][$pref . 'Wrap']);
} else {
return $res . $processedPref;
}
}
/**
(2-2/2)