Project

General

Profile

Bug #19745 » 10022.patch

Administrator Admin, 2008-12-26 20:48

View differences:

typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy)
$outHeader='';
// Make header:
if ($row['header'] && $row['header_layout']!=100) {
if ($row['header']) {
$infoArr = Array();
$this->getProcessedValue('tt_content','header_position,header_layout,header_link',$row,$infoArr);
(1-1/2)