Bug #16741 » 4564_typolink_typeparam.diff
class.tslib_content.php (working copy) | ||
---|---|---|
$sectionMark = (t3lib_div::testInt($sectionMark)?'#c':'#').$sectionMark;
|
||
}
|
||
// Splitting the parameter by ',' and if the array counts more than 1 element it's a id/type/? pair
|
||
unset($theTypeP);
|
||
$theTypeP =$conf['type'];
|
||
$pairParts = t3lib_div::trimExplode(',',$link_param);
|
||
if (count($pairParts)>1) {
|
||
$link_param = $pairParts[0];
|
||
... | ... | |
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_content.php']) {
|
||
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_content.php']);
|
||
}
|
||
?>
|
||
?>
|
- « Previous
- 1
- 2
- Next »