[TYPO3] A skin problem

tapio tapio.markula at dnainternet.net
Tue Feb 14 20:55:01 CET 2006


Hi

this cause bad rendering and difficulties to control layout
in class.tx_cms_layout.php

							// If only one column found, display the single-column view.
						if (count($colList)==1)	{
							$dblist->tt_contentConfig['single'] = 1;	// Boolean: If set, the 
content of column(s) $this->tt_contentConfig['showSingleCol'] is shown 
in the total width of the page

$dblist->tt_contentConfig['single'] = 1;	

should be
$dblist->tt_contentConfig['single'] = 0;

for better controlling the layout.



More information about the TYPO3-english mailing list