Feature #18490 » 7922_v2.diff
typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) | ||
---|---|---|
// Calling extra processing function
|
||
$this->extProc_beforeLinking($key);
|
||
// stdWrap for doNotLinkIt
|
||
if (isset($this->I['val']['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
|
||
if (isset($this->I['val']['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'];
|
- « Previous
- 1
- 2
- Next »