[TYPO3-dev] [OT] different skin for different users?
Peter Russ
peter.russ at 4many.net
Tue Feb 14 21:11:20 CET 2006
tapio schrieb:
[...]
> I found another skin-related problem:
>
> 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 for example using 'skin_grey' - it
> creates border around the table, which
> $dblist->tt_contentConfig['single'] = 1;
>
> hides => bad layout
HEY TAPIO!
Fiat lux!
What does this have to do with the topic we are discussing?
Did you catch the sentence?
Regs. Peter.
--
Docendo discimus.
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ
More information about the TYPO3-dev
mailing list