[TYPO3] Columns titles encoding

Andreas Burg typo3 at andreasburg.de
Mon Aug 25 23:00:29 CEST 2008


>>> t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5');
>>> $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array
>>>    (
>>>      "1" => array ("Header||Header||||||||","1"),
>>>      "2" => array ("Links||Links||||||||","2"),
>>>      "0" => array ("Mitte||Mitte||||||||","0"),
>>>      "3" => array ("Rechts||Rechts||||||||","3"),
>>>      "4" => array ("Border||Border||||||||","4"),
>>>      "5" => array ("Footer||Footer||||||||","5")
>>>    );

just found something out

"1" => array ("english|lang?|german|lang?|||||||","1"),

means: the first position (in my installation) is for english BE and the 3. is 
for german BE

Andreas


More information about the TYPO3-english mailing list