Project

General

Profile

Bug #22793 ยป 14598.diff

Administrator Admin, 2010-06-03 09:51

View differences:

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']) {
    (1-1/1)