[TYPO3] Multiple Templates on One Site (contextural Hijack).

Tyler Kraft headhunterxiii at yahoo.ca
Thu Jul 27 13:34:07 CEST 2006


Hi Matthew

You can rename them via typoscript in the backend - thast why you put

 > TCEFORM.pages.layout.altLabels.0 = standard
 > TCEFORM.pages.layout.altLabels.1 = funky

into the page tsconfig of the home page... so you never need to actually 
know any php or do anything via php.

and similarly you can add more layout options via ts if you need

hth
Ty


Matthew Manderson wrote:
> How coincidental. I have a project that needs this exactly. Thanks for
> reminding me of the 'layout'. I'd forgotten about it.
> 
> The next problem would be to rename the BE labels from 'Layout 1' to
> something more user descriptive like '2col_wide' etc!
> 
> typo3/sysext/cms/locallang_tca.xml contains:
> 
> <label index="pages.layout.I.1">Layout 1</label>
> 
> Searching Google gives me:
> 
> TCEFORM.pages.layout.altLabels.0 = standard
> TCEFORM.pages.layout.altLabels.1 = funky
> 
> 'altLabels' is then documented in TSConfig and the main function
> getSingleField_typeSelect() is found in the file:
> t3lib/class.t3lib_tceforms.php
> 
> Hope this helps someone
> Matthew



More information about the TYPO3-english mailing list