[TYPO3] A skin problem
Peter Russ
peter.russ at 4many.net
Tue Feb 14 21:05:34 CET 2006
tapio schrieb:
> 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.
Hey tapio,
could you post this into bugs.typo3.org and explain why a boolean value
of FALSE should be better than TRUE. Is this a feature request?
Regs. Peter.
--
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ
More information about the TYPO3-english
mailing list