Project

General

Profile

Bug #23828 » 16112.diff

Administrator Admin, 2010-10-22 19:52

View differences:

typo3/sysext/cms/layout/db_layout.php (Arbeitskopie)
$dblist->tt_contentConfig['languageCols'] = $this->MOD_MENU['language'];
$dblist->tt_contentConfig['languageColsPointer'] = $this->current_sys_language;
}
// set the headline to the page title in Page module
$title = $this->pageinfo['nav_title'] ? $this->pageinfo['nav_title'] : $this->pageinfo['title'];
$dblist->activeTables['tt_content'] = '<h2>' . $title . '</h2>';
break;
}
} else {
(1-1/3)