[TYPO3] Changing layout name for page

Peter Klein peter at umloud.dk
Fri Mar 17 15:22:35 CET 2006


Hi Martin. You can only change those by either changing the language file, 
or write a small PHP script that sets these:

$TCA['tt_content']['columns']['colPos']['config']['items']['0']['0'] = 
'Normal';
$TCA['tt_content']['columns']['colPos']['config']['items']['1']['0'] = 
'Left';
$TCA['tt_content']['columns']['colPos']['config']['items']['2']['0'] = 
'Right';
$TCA['tt_content']['columns']['colPos']['config']['items']['3']['0'] = 
'Border';

-- 
Peter Klein/Umloud Untd

"Martin Rud" <typo3 at explizit.dk> skrev i en meddelelse 
news:mailman.1.1142600473.25890.typo3-english at lists.netfielders.de...
> Hi list,
>
> In the backend you can pick value for the page layout (under "page type"). 
> These layout values are named with predefined names: "Normal", "Layout 1", 
> "Layout 2", "Layout 3".
>
> Can I change the name to for instance "Normal", "My cool layout", 
> "Business layout", "Great layout"?
>
> Regards, Martin 





More information about the TYPO3-english mailing list