Bug #64176 ยป tx_cms_layout.patch
typo3/sysext/cms/layout/class.tx_cms_layout.php | ||
---|---|---|
// For EACH languages... :
|
||
foreach ($langListArr as $lP) { // If NOT languageMode, then we'll only be through this once.
|
||
$showLanguage = ' AND sys_language_uid IN (' . $lP . ',-1)';
|
||
$cList = explode(',', $this->tt_contentConfig['cols']);
|
||
$cList = t3lib_div::trimExplode(',', $this->tt_contentConfig['cols'], true);
|
||
$content = array();
|
||
$head = array();
|