Project

General

Profile

Feature #18490 » patch-stdwrap.patch

Administrator Admin, 2008-03-21 17:19

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php (working copy)
// Calling extra processing function
$this->extProc_beforeLinking($key);
// stdWrap for doNotLinkIt
$this->I['val']['doNotLinkIt'] = $this->WMcObj->stdWrap($this->I['val']['doNotLinkIt'], $this->I['val']['doNotLinkIt.']);
// Compile link tag
if (!$this->I['val']['doNotLinkIt']) {$this->I['val']['doNotLinkIt']=0;}
if (!$this->I['spacer'] && $this->I['val']['doNotLinkIt']!=1) {
......
$this->I['parts'] = array();
$this->I['parts']['before']=$this->getBeforeAfter('before');
$this->I['parts']['stdWrap2_begin']=$wrapPartsStdWrap[0];
// stdWrap for doNotShowLink
$this->I['val']['doNotShowLink'] = $this->WMcObj->stdWrap($this->I['val']['doNotShowLink'], $this->I['val']['doNotShowLink.']);
if (!$this->I['val']['doNotShowLink']) {
$this->I['parts']['notATagBeforeWrap_begin'] = $wrapPartsAfter[0];
$this->I['parts']['ATag_begin'] = $this->I['A1'];
(1-1/2)