Project

General

Profile

Bug #24854 » 17360.diff

Administrator Admin, 2011-01-28 01:17

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php (revision )
$res=$this->I['A1'].$res.$this->I['A2'];
}
}
$pref = isset($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']);
return $this->tmpl->wrap($res.$processedPref, $this->I['val'][$pref.'Wrap']);
}
/**
(1-1/2)