Bug #22793 ยป 14598.diff
typo3/sysext/cms/layout/class.tx_cms_layout.php (Arbeitskopie) | ||
---|---|---|
<td><img src="clear.gif" width="4" height="1" alt="" /></td>';
|
||
}
|
||
$out.= '
|
||
<td class="t3-page-column">' . $head[$key] . $content[$key] . '</td>';
|
||
<td class="t3-page-column t3-page-column-' . $key . '">' . $head[$key] . $content[$key] . '</td>';
|
||
// Storing content for use if languageMode is set:
|
||
if ($this->tt_contentConfig['languageMode']) {
|