Index: class.tx_cms_layout.php =================================================================== --- class.tx_cms_layout.php (revision 2349) +++ class.tx_cms_layout.php (working copy) @@ -1652,7 +1652,7 @@ $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);