Bug #23265 ยป 15228.diff
t3lib/class.t3lib_tsparser_ext.php (working copy) | ||
---|---|---|
if ($PM=='join') {
|
||
$HTML.=$theIcon;
|
||
} else {
|
||
$aHref='index.php?id='.$GLOBALS['SOBE']->id.'&tsbr['.$depth.']='.($deeper?0:1).'#'.$goto;
|
||
$aHref='index.php?id=' . $GLOBALS['SOBE']->id .
|
||
'&tsbr[' . $depth.']=' . ($deeper ? 0 : 1) .
|
||
(t3lib_div::_GP("breakPointLN") ? '&breakPointLN=' . t3lib_div::_GP("breakPointLN") : '') .
|
||
'#' .$goto;
|
||
$HTML.='<a name="'.$goto.'" href="'.htmlspecialchars($aHref).'">'.$theIcon.'</a>';
|
||
}
|
||
... | ... | |
$label='<font color="#666666">'.$label.'</font>';
|
||
} else {
|
||
if ($this->linkObjects) {
|
||
$aHref = 'index.php?id='.$GLOBALS['SOBE']->id.'&sObj='.$depth;
|
||
$aHref = 'index.php?id='.$GLOBALS['SOBE']->id .
|
||
'&sObj=' . $depth .
|
||
(t3lib_div::_GP("breakPointLN") ? '&breakPointLN=' . t3lib_div::_GP("breakPointLN") : '');
|
||
if ($this->bType!='const') {
|
||
$ln = is_array($arr[$key.'.ln..']) ? 'Defined in: '.$this->lineNumberToScript($arr[$key.'.ln..']) : 'N/A';
|
||
} else {
|