Bug #24854 » 17360_v2.diff
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;
|
||
}
|
||
}
|
||
/**
|
- « Previous
- 1
- 2
- Next »