Bug #20782 ยป tstemplate.diff
class.t3lib_tstemplate.php (working copy) | ||
---|---|---|
foreach($tempConf as $aKey => $val) {
|
||
$conf2[$aKey][$cKey] = $val;
|
||
}
|
||
}
|
||
}
|
||
} else {
|
||
// Splitting of all values on this level of the TypoScript object tree:
|
||
foreach($conf as $cKey => $val) {
|
||
if (!is_array($val)) {
|
||
if (!strstr($val,'|*|') && !strstr($val,'||')) {
|
||
if (!strstr($val,'|*|') && !strstr($val,'||')) {
|
||
for ($aKey=0;$aKey<$splitCount;$aKey++) {
|
||
$conf2[$aKey][$cKey] = $val;
|
||
}
|